How to exit debug mode from Acess

J

John Bu

At times after removing the debug stop from the vba code when re-running the
code debug is entered again.

I have an application that now breaks into debug even after closing down the
application.

What can I do to stop the application going into debug mode?
 
D

Dawn Crosier

From the Tools menu in VBE, select Options. Then select the
General Tab. Make sure Break on Unhandled errors is checked. I
switch to Break on All Errors while I am in development, and then
to Unhandled errors when I publish. That way I hopefully have
handled everything gracefully, and users get friendly messages
only.

--
Dawn Crosier
Microsoft MVP
"Education Lasts a Lifetime"

This message is posted to a newsgroup. Please post replies and
questions to the newsgroup so that others can learn as well.

At times after removing the debug stop from the vba code when
re-running the
code debug is entered again.

I have an application that now breaks into debug even after
closing down the
application.

What can I do to stop the application going into debug mode?
 

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