How do I schedule a macro to run automatically in Access

  • Thread starter Thread starter Guest
  • Start date Start date
GW,

I think the best approach here is to use Windows Task Manager, or some
other third-party scheduling software, to trigger your off-peak event.
The Command Line to use for the scheduler, will probably need to use
syntax like this...

"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\YourDB.mdb" /x NameOfMacro
 
Back
Top