VBA breakpoint Not Working

M

ML201

VBA code is not stopping at breakpoints. Is there some option that allows
breakpoints?
 
T

Tom van Stiphout

On Tue, 10 Mar 2009 14:17:01 -0700, ML201

Repair & Compact the database.

-Tom.
Microsoft Access MVP
 
D

Dirk Goldgar

ML201 said:
VBA code is not stopping at breakpoints. Is there some option that allows
breakpoints?


Is the "Use Access Special Keys" option unchecked, in the Tools ->
Startup... dialog (in Access 2003 or earlier) or the Current Database
options (in Access 2007, if I recall the A2007 option name correctly)?
Unchecking that option suppresses breakpoints.
 
Top