ACC97: Error "The Save operation failed" When Saving a Module (167301)
The information in this article applies to:
This article was previously published under Q167301 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you try to save a Visual Basic for Applications module, you may
receive the following error messages:
The Save operation failed.
Name conflicts with existing module, project or object library.
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.
CAUSE
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.
RESOLUTION
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:
- On the Tools menu, click Options.
- Click the Advanced tab in the Options dialog box.
- Check the name in the Project Name box to see if it is the same name as
the module that you are trying to save.
REFERENCES
For more information about Visual Basic projects, search the Help Index for
"projects, names."
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kberrmsg kbprb kbProgramming KB167301 |
---|
|