Toggle Breakpoints not working

R

Rob LMS

For some reason, if I insert a breakpoint the code does not stop at
breakpoint, as VBA usually does. Does anyone know of a setting I must have
inadvertantly changed?

Also, in the same database, if an error occurs in the underlying code of a
form, instead of breaking at the error point, the form simply goes to design
mode.

What the heck did I do to this thing?
 
E

Eric B via AccessMonster.com

Check your startup options to be sure that the "Use Special Access Keys"
option is checked. If it is unchecked then it will not stop on breakpoints
or even at a Stop statement.
 
V

Van T. Dinh

In the VBE, use the Menu Tools / Options ... / General tab / Error-trapping
pane, try selecting the "Break on Unhandled Errors" rather than the other 2
options.
 
Top