MS ACCESS: You canceled the previous operation.

J

Jeff

MS Access is prompting an error message stating "You
canceled the previous operation." when debugging code.
The application will not run. All the references have not
changed since last working copy. I also have the most
current SP of JET Engine.

Any suggestions???
 
A

Allen Browne

This happens when the code is corrupted.

Decompile a copy of the database by entering something like this at the
command prompt while Access is not running. It is all one line, and include
the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

That should work, but if it does not, try following the 6 steps for the
first symptom in:
Recovering from Corruption
at:
http://members.iinet.net.au/~allenbrowne/ser-47.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top