schedule a macro

  • Thread starter Thread starter souris
  • Start date Start date
S

souris

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

Any information is great appreciated?

Souris,
 
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

Similar Threads


Back
Top