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
 
Back
Top