syntax requested for daily macro.

  • Thread starter Thread starter harvey
  • Start date Start date
H

harvey

I created a macro which cleans up access files. The
macro is called cleanup. I use access 2000 and window
2000. I want to run the file automatically each morning
in the automatic run section of windows before I get to
work.

What is the syntax to run the program. The macro is
loaded in my offbrain database.
 
Harvey,

The Windows Task Scheduler command line should be something like this...

"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\offbrain.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