I’m trying to schedule an Access macro to run early in the morning. I’m using the following RUN line.
“C:Program FilesMicrosoft OfficeOfficeMSAccess.exe” “C:AccessMyDatabase.mdb” /x “MyMacro”
It seems to work fine in Windows XP but I can’t seem to get it to work in Windows 2000. Does anyone have any relatively simple suggestions? I’m a rookie so go easy on me.