break without breakpoint, Why?

K

Ken Snell

Could be a "phantom" one.

While in VBE, try clicking the "Clear all breakpoints" item in Debug menu.

If that doesn't work, delete (by Ctrl-X) the line on which the break is
occurring. Complie the code. Then insert the line that you deleted and
compile the code again.
 
D

david epsom dot com dot au

Use the /decompile command line option of msaccess.exe
to clear out the break point and compiled code that has
become detached from your source code.

(david)
 

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