G Guest Mar 25, 2004 #1 Hello Can someone tell me how I can exit/close a database using VBA Thank Daniel
G Graham Mandeno Mar 25, 2004 #2 Hi Daniel To close the current database and leave Access running use Application.CloseCurrentDatabase. To close the database and terminate Access, use Application.Quit.
Hi Daniel To close the current database and leave Access running use Application.CloseCurrentDatabase. To close the database and terminate Access, use Application.Quit.