Kinger43
racecar driver
- Local time
- Today, 12:01
- Joined
- Aug 17, 2007
- Messages
- 226
I am working with three different databases, all of which work together in certain areas, normally through linked tables. One database gets updated via csv files and the other databases get backed up primarily via this database. I am trying to automate the update process. I run the primary database update first and then I need to call macros from the other two databases to run and update the other databases. My thought was to call all of the macros from one master macro (or code) that would run daily and update the databases. In short, I am having trouble calling the macros in the secondary databases to run from the primary database.
I managed to accomplish this using the RunApp macro action but because it doesn't pause I run into a bunch of errors. Is there a better way to do this?
I managed to accomplish this using the RunApp macro action but because it doesn't pause I run into a bunch of errors. Is there a better way to do this?