Hi,
On the main switchboard I have a command button "Back Up Database" that has the following OnClick code:
Code for Macro2
Backup.bat was created in Notepad and has the following text:
copy Database.mdb C:\Backup /y
When the user clicks "Back Up Database" I want the database to close, execute backup.bat, and reopen.
Is this possible?
Thanks,
Alex
On the main switchboard I have a command button "Back Up Database" that has the following OnClick code:
Code:
Macro2
Code for Macro2
Code:
RunApp C:/backup.bat
Backup.bat was created in Notepad and has the following text:
copy Database.mdb C:\Backup /y
When the user clicks "Back Up Database" I want the database to close, execute backup.bat, and reopen.
Is this possible?
Thanks,
Alex