Why my form runs in break-mode without Toggle Breakpoint?

  • Thread starter Thread starter kim Nguye
  • Start date Start date
K

kim Nguye

Thank you Kevin. I tried and it's not working.
-----Original Message-----
I get breakpoint ghosts every once in a while and I am not
sure why. It may be that Access does not clean that up
very well, I am not sure. Anyway, try (in a VBA code
window) selecting from the Debug menu the Clear All
Breakpoints (Shift + F9). If there are any residual
breakpoints, that should get rid of them.

Hope that helps!

Kevin
.
 
goofy as it may seem, this has worked for me:

Clear all breakpoints, close properties box, Save object (form, query,
modules, etc), even if you made no changes.
 
Back
Top