debug

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi there

I debugged the code using the F8 key, then everytime i run
that code it stops at the line where i started the
debugging. i have cleared all toggle breakpoints, after i
exited the code after debugging. But for some reason ever
then i debugged using the F8 key it stops at the line
where i had the toggle break point.

I would really appreciate someone's help on this.

Taher.
 
I've had this happen, but usually when I put a break point.

Here's what I would try in the order I'd try them.

Compact/repair
Copy/Paste the code into a new module
Export the module to a .bas file, delete it, then reimport
it
Import all objects into a new database


Chris Nebinger
 
Back
Top