how do you schedule a macro to run daily?

  • Thread starter Thread starter sraja
  • Start date Start date
S

sraja

hi

how do you schedule a macro to run daily?
I want it to update automatically daily or weekly if
possible

Thanks
 
Sraja,

You can use Microsoft Task Manager, or some other third-party scheduling
utility, to run the macro at your required times. Use a command line
syntax such as...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\YourDB.mdb" /x NameOfMacro
 

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

Back
Top