Breakpoint not working

  • Thread starter Thread starter cp2599
  • Start date Start date
C

cp2599

I added a breakpoint to the first executable line of a command button
code. Clicked the command button and the code did not suspend. Not
sure if anything happened.

I tried compiling the code but the compile project was not available.
I tried repairing the database and copying it to another database, but
that didn't work either. Does anyone have any suggestions on what I
might do?
 
Perhaps the database was closed before running?

Have you tried adding

Stop

in place of a breakpoint?

Regards

Jeff Boyce
Microosft Office/Access MVP
 
If you have unchecked the "Use Access Special Keys" option in the Tools -
Startup dialog, then breakpoints will not work.

HTH,

Rob
 
If you have unchecked the "Use Access Special Keys" option in the Tools -
Startup dialog, then breakpoints will not work.

HTH,

Rob






- Show quoted text -

Thank You! Thank You!! and Thank You!!! - startup options were changed.
 
Back
Top