New Development - Program Shuts Down after debug vba

fenhow

Registered User.
Local time
Today, 08:05
Joined
Jul 21, 2004
Messages
599
Hi, I just noticed that when I need to debug due to any issue, after I look at the code or stop the debugger ms access prompts me to save and closes everything. Does not matter what form I am on it seems to be global.

Is there something I can do to prevent this? Usually I can debug and run the form or whatever on the fly..

Thanks.
Fen
 
Have you tried to open an other database and do some debugging?
If you can do this without problem - then try a "Compact & Repair", else create a new database and copy all into it.

If you've problems with all databases, then I think MS-Access is corrupt.
I'm not aware of any setting in MS-Access which cause the problem you've!
 
Also try taking out an error trapping as VBA sometimes gets in a tangle and you need to force the error to occur to find it.

Simon
 

Users who are viewing this thread

Back
Top Bottom