Why this happen?

  • Thread starter Thread starter Douglas J. Steele
  • Start date Start date
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.
 
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.
 
Back
Top