G
Guest
I have 3 different databases which have macros which need to run daily.
They are cascading. I would like to open the next db and launch the daily
macro from within the first macro. I'm thinking RunApp, but I can't figure
out how to send the command to run the macro. I tried SendKeys %TMMDaily
FTS Update~ , but it wants to find the macro name from within the original
database, not the one I opened with RunApp
DB1: Fleets.mdb daily macro: "Import RFMS Data"
DB2: FleetTracking System.mdb daily macro: "Daily FTS Update"
DB3: Next Gen Plastics.mdb daily macro: "Daily Update from FTS"
BTW - They aren't macros that I want to set up to run on open.
They are cascading. I would like to open the next db and launch the daily
macro from within the first macro. I'm thinking RunApp, but I can't figure
out how to send the command to run the macro. I tried SendKeys %TMMDaily
FTS Update~ , but it wants to find the macro name from within the original
database, not the one I opened with RunApp
DB1: Fleets.mdb daily macro: "Import RFMS Data"
DB2: FleetTracking System.mdb daily macro: "Daily FTS Update"
DB3: Next Gen Plastics.mdb daily macro: "Daily Update from FTS"
BTW - They aren't macros that I want to set up to run on open.