Breakpoint not working

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?
 
J

Jeff Boyce

Perhaps the database was closed before running?

Have you tried adding

Stop

in place of a breakpoint?

Regards

Jeff Boyce
Microosft Office/Access MVP
 
R

Rob Parker

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

HTH,

Rob
 
C

cp2599

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top