Each morning, I am running a macro to build data tables. These tables are built once each morning. My database has a password for security purposes. I am using Windows Scheduler program to execute the macro. Problem is it prompts me for the password. Since I want this to run early AM when nobody is here, does anyone know how to get around this? Such as adding password into the command line in scheduler? Any other options you can think of would be appreciated. Thanks in advance for your help. Here is my current command line in Windows Scheduler. The macro that runs is at the end after the /x.
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "O:\Inventory.mdb" /x "Create_MasterSourceDataTables
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "O:\Inventory.mdb" /x "Create_MasterSourceDataTables