How do I schedule a macro to run automatically in Access

S

Steve Schapel

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

Top