Application opens in debug mode

J

Jack

Hi,
I am adding some functionality to an Access application. However I am seeing
that when I am running the application it opens up code in break mode. I did
not set any break point to this application. I am wondering as to how to stop
opening up a application in break mode. This is a problem for end user
testing. I appreciate any help. Thanks.
 
D

Dorothy

Hi,
I am adding some functionality to an Access application. However I am seeing
that when I am running the application it opens up code in break mode. I did
not set any break point to this application. I am wondering as to how to stop
opening up a application in break mode. This is a problem for end user
testing. I appreciate any help. Thanks.

Try going to the VBA code and looking through all the codes that you
have. You can go to "Debug" in the VBA menu and choose "Clear All
Breakpoints". Make sure you do this for all your codes, otherwise,
you'll keep getting it to run in break mode.

Good luck!

Dorothy
 
J

Jack

Thanks for your help Dorothy. I appreciate it.

Dorothy said:
Try going to the VBA code and looking through all the codes that you
have. You can go to "Debug" in the VBA menu and choose "Clear All
Breakpoints". Make sure you do this for all your codes, otherwise,
you'll keep getting it to run in break mode.

Good luck!

Dorothy
 

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