aarondewberry
IS-IT--Management
All
I run a macro on a scheduled task every evening. What I want to do is to get the scheduled task to take a backup of my database and store it in a folder called "backup" on my C drive, with the date that the backup was created at the end.
eg. C:\backup\mydatabase - 240407.mdb
This backup is to be taken after my macro has run. Is there a command i can put at the end of the macro? Or would i have to create a different scheduled task using another macro?
I run a macro on a scheduled task every evening. What I want to do is to get the scheduled task to take a backup of my database and store it in a folder called "backup" on my C drive, with the date that the backup was created at the end.
eg. C:\backup\mydatabase - 240407.mdb
This backup is to be taken after my macro has run. Is there a command i can put at the end of the macro? Or would i have to create a different scheduled task using another macro?