[AccessD] Auto-Shutdown Leaves Access Process Running?

Heenan, Lambert Lambert.Heenan at AIG.com
Wed Feb 6 10:42:44 CST 2008


This symptom is usually caused by the code that is running having set some
object (recordset, database, querydef, whatever)  and then not released the
object by setting it to Nothing.

Lambert

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Dan Waters
Sent: Wednesday, February 06, 2008 11:31 AM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] Auto-Shutdown Leaves Access Process Running?


I have a database that is opened by a Scheduled Task.  It's designed to shut
down automatically using

    'DoCmd.Quit acQuitSaveNone'.

But, in task manger, the Access process is still running even though in the
application window Access is not running.

How could I shut down Access automatically so that both the Application and
the Process are shut down?

Thanks!
Dan




-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list