O Orson9750 Registered User. Local time Today, 09:26 Joined Mar 9, 2009 Messages 41 Jun 30, 2009 #1 I am using Access 2003. I am having trouble searching the internet for help on creating a backup and exit macro. Can someone help me? Thanks
I am using Access 2003. I am having trouble searching the internet for help on creating a backup and exit macro. Can someone help me? Thanks
ajetrumpet Banned Local time Today, 11:26 Joined Jun 22, 2007 Messages 5,638 Jun 30, 2009 #2 you might want to try this code: Code: dbengine.compactdatabase "current db full path", _ "full path of the new db" application.quit
you might want to try this code: Code: dbengine.compactdatabase "current db full path", _ "full path of the new db" application.quit
O Orson9750 Registered User. Local time Today, 09:26 Joined Mar 9, 2009 Messages 41 Jun 30, 2009 #3 Thanks much for your quick reply. I will let you know how it works for me. Again thanks