Access does not close properly on XP laptop

E

Ed Handley

I develop and support a large database with an access 2000 front end. On
several of our PCs that are running on Windows XP Professional when the user
closes the database an access process remains active in the task manager,
causing the computers to run extremely slowly. How can this be prevented?

Ed Handley
Head of IT Services
General & Medical
 
G

gandalf

Make sure you close all your objects/variables before
quiting.
An open object may cause Access to remain open.
 
Top