Schedule macro

  • Thread starter Thread starter karolina
  • Start date Start date
K

karolina

Guest
I want to schedule a macro called Auto and have tried writing:
"Y:\Data\order\Order 96000.mdb" /x Auto
It opens my database but doesn't run the macro. I have Access 2002 and Windows XP. Do you know what's wrong or another way to schedule a macro?

/Karolina
 
Call the macro AutoExec and it will start as soon as the database is opened.
 
I don't want to run the macro everytime I open the database, just once a day. But maybe I'll use AutoExec and a condition to run it only if it hasn't already been executed today...
 

Users who are viewing this thread

Back
Top Bottom