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
 
Back
Top