I have a MS Access 2007 DB that is being executed via Windows NT scheduler. Basically, I created this entry in Windows Scheduler that is run every night at midnight.
I:\Case_Management_Systems\TRIAL_UNIT\Docket_Sheets_Tracking.accdb /x USER_LOG_REPORT_DELETE
The above statement opens the DB and executes the /x macro to print a report and delete some records.
Everything is fine, except that the DB has a password and when windows scheduler executes the statement, it opens the db and the DB prompts for the password. Since there is no one around to enter the password, the execution has to wait until morning when I get in and provide the password. Once the password is provided, the execution goes flawless.
I believe that before MS Access 2007 there was a /passw parameter where the password could be provided as part of the execution entry just like the macro above, but in MS Acess 2007 the /passw parameter is not allowed.
I was wondering if anyone knows a way around the password so that i can integrate it to the windows scheduler and the db can be opened at midnight when no one is here to provide the password . . . . . . .
Any help is appreciated.
Thanks in advance.