schedule a macro

S

souris

Is it possible to have a schedule job for a specific macro?

Any information is great appreciated?

Souris,
 
S

Steve Schapel

Souris,

You can use Windows Task Manager, or a third-party scheduling utility,
or by using a RunApp macro in one Access application to run a macro in
another. The Command Line will probably follow this syntax...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDb\MyDb.mdb" /x NameOfMacro
 
Top