Toggle Breakpoints not working

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

Guest

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