Debugging Visual Basic

G

Guest

I am attempting to step through a visual basic module using F8 but the
command is running the code to completion. In a different module I had an On
Error goto 0 command line that I have since commented out. I've also tried
debugging in the same database but a different module and am getting the same
results. Is there a default option that I may have turned on or off using
the earlier On Error command?

Thanks,
PDN
 
D

Dirk Goldgar

PDNerac said:
I am attempting to step through a visual basic module using F8 but the
command is running the code to completion. In a different module I
had an On Error goto 0 command line that I have since commented out.
I've also tried debugging in the same database but a different module
and am getting the same results. Is there a default option that I
may have turned on or off using the earlier On Error command?

Is it just ignoring breakpoints? If so, maybe you've unchecked the
Tools -> Startup... option, "Use Access Special Keys". That option must
be checked if you want to use breakpoints or step through the code.
 
G

Guest

Thanks this worked!

Dirk Goldgar said:
Is it just ignoring breakpoints? If so, maybe you've unchecked the
Tools -> Startup... option, "Use Access Special Keys". That option must
be checked if you want to use breakpoints or step through the code.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 

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