Invisible breakpoint.

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.
 
R

Rod

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.
 
V

Van T. Dinh

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.
 

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