Access will not close

E

Eric Blitzer

Sometimes a user cannot quit access.
There error msg is "You cnnot quit Access now"
I think this is relating to a vb module not being closes.

Can anyone help me on this and how do I insure that all
modules are closed?

Eric Blitzer
 
K

Ken Snell

This may be caused by an object that hasn't been set to nothing in the code
(an object such as a recordset, currentdb, form, etc.).

Search through the code and see if any objects are being left "open" and/or
"set to something".
 

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

Top