How do I automate/schedule an Access macro to run nightly?

G

Guest

I have a lengthy macro I would like to run every night at midnight so that it
will be done/updated when I come to the office in the morning. Is this
possible to automate?

Thanks
 
G

Guest

Use Windows Task Scheduler, or one of the many third-party scheduling
programs available today, to run the macro using a command line like
this...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\MyDB.mdb" /x macroname
 

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