J JA Jan 12, 2005 #1 The Windows scheduler opens the MS Access application. How can I get it to run a specific macro? Please help.
The Windows scheduler opens the MS Access application. How can I get it to run a specific macro? Please help.
A Andi Mayer Jan 12, 2005 #2 The Windows scheduler opens the MS Access application. How can I get it to run a specific macro? Please help. Click to expand... call this specific macro autoexec
The Windows scheduler opens the MS Access application. How can I get it to run a specific macro? Please help. Click to expand... call this specific macro autoexec
K Kevin K. Sullivan Jan 12, 2005 #3 If you call the macro AutoExec, it will run whenever the database is opened, manually or automatically. If you call the macro MyMacro, set the following command in Windows Scheduler: "C:\FullPathToAccess\msaccess.exe" "C:\FullPathToDatabase\database.mdb" /x MyMacro HTH, Kevin
If you call the macro AutoExec, it will run whenever the database is opened, manually or automatically. If you call the macro MyMacro, set the following command in Windows Scheduler: "C:\FullPathToAccess\msaccess.exe" "C:\FullPathToDatabase\database.mdb" /x MyMacro HTH, Kevin