breakpoint not firing * strange

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
 
S

Steve Huff

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
 
D

Dirk Goldgar

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.
 
Top