Running macros automatically every day

S

Susan

I have a cleanup macro that cleans up several databases
which I call clean. I use it everyday.

Is there a way in which the macro can run automatically
every day at a predetermined time without user input.

I already have a macro called autoexec which opens up a
master form which I would hate to rename.
 
S

Steve Schapel

Susan,

You can use Windows Task Manager, or another third-party scheduling
utility, to run the macro at the desired times. The command line
expression will be something like this...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\YourDB.mdb" /x clean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top