Running a macro to a schedule

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

Guest

I want to run a report on the first day of each month. I've read that it's
possible to do this with windows scheduler, but I don't know how to get
scheduler to run the macro. All I can get scheduler to recognise is the
database and nothing inside it. Hopefully it's possible, can anyone help?
 
Hi Bill,

Use an optional command line switch to specify the name of a macro. The macro would then be used
to open your report.

See http://support.microsoft.com/?id=209207 for information on using command line switches.


Tom
_______________________________


I want to run a report on the first day of each month. I've read that it's
possible to do this with windows scheduler, but I don't know how to get
scheduler to run the macro. All I can get scheduler to recognise is the
database and nothing inside it. Hopefully it's possible, can anyone help?
 
Bill,

The Command Line argument you would use with your scheduler would be
something 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