I'm trying to use a scheduled task on a Windows 2000 server to run an Access 2000 macro. The scehduled task runs a .bat file which contains an access command line. The task works fine if I set the task up on my PC and point it at the batch file on the server. But if I set the scheduled task up on the server it just sits there with a status of running. Can anyone help?
The command line is as follows:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "D:\Applications\StaffSafety\testschedule.mdb" /user Admin /X macro1
The command line is as follows:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "D:\Applications\StaffSafety\testschedule.mdb" /user Admin /X macro1