How do I schedule a macro to run automatically in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to setup a macro to run at off peak hours i.e. 12:01 a.m. every
Saturday
 
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
 

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