Why this happen?

K

Klatuu

The usual cause of this is saving the code while there is a breakpoint set.
It will save with the code. Open the code in design view, Select Debug,
Clear All Breakpoints. Compile and save your code again.
 
P

Paul

In an Access form I put in a breakpoint to troubleshoot the code. Then I
removed the breakpoint in the code, however the program still stops at the
location where I assigned the breakpoint before and highlight that line of
code. If I impress F5, it will keep executing the code till finish. How to
permanently remove that breakpoint..it is not there as far as I can see.
 
Top