View Full Version : Schedule macro


karolina
11-22-2004, 12:29 AM
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

yellow
12-02-2004, 09:07 PM
Call the macro AutoExec and it will start as soon as the database is opened.

karolina
12-03-2004, 12:14 AM
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...