Application opens in debug mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
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
 
Back
Top