Hi, Does anyone know how to do this? Thx
M Mike Mueller Aug 9, 2007 #3 Generally this would be done before the database is compiled into an mdb, using the following command: CloseCurrentDatabase
Generally this would be done before the database is compiled into an mdb, using the following command: CloseCurrentDatabase
T Tom Ventouris Aug 10, 2007 #4 or...... DoCmd.RunCommand acCmdExit I wonder how many ways this can be done?