breakpoint not firing * strange

  • Thread starter Thread starter pirmin
  • Start date Start date
P

pirmin

Access 2003. All breakpoint are not firing anymore.
- reparing did'nt help
- I decompiled the mdb.
- I imported everything to a new mdb file
- I set MSGBoxes before and after the breakpoint - both
are showing the message

Other files are working - only the one is corrupted
What else can I do?

pirmin
 
I have had modules including forms get corrupt and start acting odd once
before. What I had to do (which was a pain in the butt) was copy all the
code inlcuding form code to Notepad (or something similar). Set all forms
to have no code modules (which is a propety of forms now) and delete all the
code modules. Then import everything into a new mdb and set the forms to
have modules and recreate all code modules and paste the code back in from
Notepad.

Not a great solution -- but whatchia going to do.... So if anyone has a
better solution that's worked for them let us know. Thanks.

--Steve Huff
 
pirmin said:
Access 2003. All breakpoint are not firing anymore.
- reparing did'nt help
- I decompiled the mdb.
- I imported everything to a new mdb file
- I set MSGBoxes before and after the breakpoint - both
are showing the message

Other files are working - only the one is corrupted
What else can I do?

Check the startup option (Tools -> Startup...) "Use Access Special
Keys". Breakpoints won't fire if that option isn't checked.
 

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

Back
Top