To close database automatically

P

pol

Hi all,

I am using MsAccess database in my program. But I need to automatch shut
down or closing the database . How I can close the database through my program

Please help
With many thanks

Pol
 
J

Jeanette Cunningham

DoCmd.Quit

is a line of code that will shut down the database.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
Top