Form isn't closing nor saving when i try to exit

  • Thread starter Thread starter monroe
  • Start date Start date
M

monroe

Form isn't closing when I hit the X button on the form. It’s prompting to
save, I select yes- then it doesn't close the form nor save. The last thing I
done to maybe cause this problem is use the access analyzer, but I don't
believe it made any changes. I'm running on Access 2000 and I created the
DTB although I don't know how to do the codes, I use a lot of the wizards and
I can do basic designing. Thanks in advance for any help!
 
Arvin said:
Try importing everything into a new empty database, then compiling it.


Thanks for that, I tried and I got an error message during the import: Name
conflicts with existing module, project, or object library. but the import
finished. I opened the form to see if it was still doing the previous
problem, and upon pressing the X button-- I got the error MCACCESS.exe had
generated an error and will be closed and then closed out itself. Weird eh?
Thanks v. much for the help :D~
 
You most likely have a module with the same name as a sub or function.
Change the module name (not the function name).
 
Back
Top