Won't go into break mode

  • Thread starter Thread starter ckerns
  • Start date Start date
C

ckerns

I have set a break point (the maroon dot appears). When I run the
code, the break point is ignored and it does not go into break mode.

Any ideas?

tia

ck
 
In the Access, not VBE, UI: Tools>Startup: make sure "Use Special Keys" is
checked. (pause execution = breakpoint)

Remember to uncheck (if necessary) before deployment.

HTH,
 
Back
Top