Invisible breakpoint.

  • Thread starter Thread starter Ivar Svensden
  • Start date Start date
I

Ivar Svensden

Hello.

I am developing a database in Access 2002.

Just rescently I did some debug work on one of the
modules, but now the breakpoints I used seems to
be "stuck" in the module. When I exit Access and reopen
the database, all breakpoints are normally cleared.
Opening the module, I can see that there are no breakpoint
lines. But when the code is executed, VBA halts at the
line as if the breakpoint is still there.

Could anyone please help me sort this out?


Regards,
Ivar Svendsen.
 
A good step with any Access funnies is to create a new blank database and
then import everything from the old database into the new one.
 
Yes, it does happen.

All you have to do is to enter a blank line anywhere in your code (simply so
that you can use the Compile command), Clear All Breakpoints, Compile and
then save. This will get rid of the invisible breakpoints.
 
Back
Top