Code won't break at breakpoints! Help!

ahdkaw

Registered User.
Local time
Today, 12:51
Joined
Apr 6, 2000
Messages
11
I'm working in Access 2000, and I'm trying to debug my code using breakpoints, but ever since splitting and deploying the database (I am still developing in the original db), it refuses to stop the code at any breakpoints I put in my code!

I have tried every Error Trapping setting in Tools¦Options, but to no effect!

Any help would be greatly appreciated as the help file as usual doesn't seem to mention this problem...

Thanks in advance.
ahdkaw
 
I had been tearing my hair out over the same issue. Check on the Tools -> startup menu -> advanced that that little thing is checked Use special keys. That should do it.
 
Thanks Karl, you just solved a problem that I've been suffering with for well over a month!
After posting the same question on about 4 different forums, you are the only person to answer my query.

Once again, many thanks, now I can carry on my development.

Regards,
Ahdkaw http://sensibilium.com
 
Karl,

After trying your suggestion, it seems that my code will still NOT break on ANY breakpoints I set in my code...

My hair is getting thinner by the minute...
 
Go into the code in one of your forms, click on Tools, click on Options, Click on General, and then set to Break on All Errors under Error Trapping.

Good luck
 

Users who are viewing this thread

Back
Top Bottom