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
 

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

Top