Access process will not close

R

Robert Ross

I've got a split database (front end on the user's hard
drive, back end on the network). When users close the
database, the program closes (checked the Task List under
Applications, the program disappears), but the program
remains active in the Processes tab. I've used the
QuitApp, Close buttons, etc. but nothing seems to work,
and it's only on this database...others seem to work just
fine.

Any ideas?

THX!
 
V

Van T. Dinh

One of the common cause of this behaviour is that Access creates objects in
the memory but does not destroy the object after use and therefore Access
can't close.

If you open any objects such as Database Object (using CurrentDb) or
Recordset Object, make sure you Close the Objects after use. For all Object
Variables, make sure you set them to Nothing after use.
 

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