Strange debugging behavior

RichO

Registered Yoozer
Local time
Yesterday, 21:21
Joined
Jan 14, 2004
Messages
1,036
OK this is weird, never saw this before in 10 years of working with Access:

When I open one particular form in Access, it automatically goes into VBA debugging mode, but only when I go to it from the main menu form. When I open the form from list of forms in the database window, it does not do this.

Last time I used this DB I was debugging that particular form but I cleared the breakpoint.

I have opened both forms and looked over the VBA and there are no breakpoints set. I've tried clearing all breakpoints as well but it keeps happening.

Does anyone know what might be going on?
 
Hey thanks for the link. This step did the trick:
a simpler fix sometime is to go to that line where the phantom breakpoint is, copy the line, then delete the line, insert a new line then paste the same code back in.

My first experience with a "phantom break point" :eek:
 

Users who are viewing this thread

Back
Top Bottom