the save operation failed

  • Thread starter Thread starter Aziz
  • Start date Start date
A

Aziz

I have been, successfully, designing a db for the past few
months. When I now make any amendments to a VBA code in a
module, I get the error "the save operation failed".

Can anyone understand why this should happen now. I have
SP 3 installed on my machine.
 
I've had this happen on occasion when I import forms or
reports into my project that have class modules that won't
compile due to missing references, etc. To resolve it I
do the following;

1) delete the offending object (form, report, or module)
2) copy its code to a text file and save it.
3) Set the 'Has Module' property to 'No'.
4) Reimport the codless version of the object
5) Paste the code from the text file to its module.
6) Compile, address any missing references
7) Repair and compact
 
Back
Top