Scheduled Task Access Error

  • Thread starter Thread starter Andrea_msp
  • Start date Start date
A

Andrea_msp

I am trying to schedule a macro to run every other Monday on my home PC. I
have followed the instructions provided in previous posts on using Windows
Task Scheduler but am receiving the following error:

An error has occurred while attempting to set task account information.
The specific error is:
0x800700005: Access is denied.
You do not have permission to perform the requested operation.

Here is the information I have entered:

RUN: "C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft
Office\Microsoft Office Access 2007.lnk"

START: "C:\Program Files\Microsoft Office\msaccess.exe C:\Desktop\Staffing
Database.mdb/x Worked Macro"

Can someone tell me what I need to correct to get past this error?

Thanks.
 
Andrea,

The suntax of your expression is not correct. Watch the ""s...

"C:\Program Files\Microsoft Office\msaccess.exe" "C:\Desktop\Staffing
Database.mdb" /x "Worked Macro"
 
Back
Top