Kinger43
racecar driver
- Local time
- Today, 16:15
- Joined
- Aug 17, 2007
- Messages
- 226
I have written a batch file that calls shortcuts to 4 macros in 4 different Access databases. The goal is for this batch file to run every night and update the 4 databases. The problem that I am running into is that for one of the databases it will run the macro completely through and then throw me the error mentioned in the title where the [path/filename] is the shortcut to the macro that it just ran. Doesn't make sense that it will call the macro, open the database, run the macro, close the database (per a Quit statement at the end of the macro), and then say it can't find the shortcut that it just opened. Any help is appreciated.