techexpressinc
Registered User.
- Local time
- Yesterday, 19:30
- Joined
- Nov 26, 2008
- Messages
- 185
But everytime I start the DB the code displays and stops in debug mode.
I cannot get the code debug screen from appearing.
Could you elaborate.I cannot get the code debug screen from appearing.
These two statements are contradictory
Could you elaborate.
I am not sure how to mark items solved in this forum.
The solution was = delete the code and re-install the code.
Russ
We don't have a way to mark solved.
Oh, and as an addendum to this thread -
One way to avoid the phantom breakpoints (as well as other code problems) is to NEVER edit code while in break mode. Always stop the code and put the form or report into design view. What happens if you don't is that sometimes the VBA compiler and the compiled code get out of synch and can cause problems including the phantom breakpoints and corruption.
Hi Just Joined the forum and noticed your query, dont know if you have found a solution yet but this worked for me.
Edit the offending line of code, save your object and run the code with the line edited out.
Unedit the the line and that should have fixed it.