ACC97: Error "The Save operation failed" When Saving a ModuleID: Q167301
|
When you try to save a Visual Basic for Applications module, you may receive the following error messages:
This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to the "Building Applications with Microsoft Access 97" manual.The Save operation failed.
Name conflicts with existing module, project or object library.
You are trying to save a module with the same name as that of the Visual Basic project of the current database. By default, the name of the project and the name of the database are the same, but it is possible for them to differ.
Save the module under a different name from that of the Visual Basic project of the current database. To verify the name of the project, follow these steps:
Function SaveError()
MsgBox "You will receive a save error"
End Function
For more information about Visual Basic projects, search the Help Index for "projects, names."
Additional query words:
Keywords : kberrmsg MdlGnrl
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: August 10, 1999