syntax requested for daily macro.

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.
 
S

Steve Schapel

Harvey,

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

"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\offbrain.mdb" /x NameOfMacro
 
Top