Greetings,
I have been searching the web and Access relentlessly trying to find a way to call an Access macro from a different Access data base.
Example - The form button gets clicked and the first macro executes. Then a second macro is selected from a closed data base so that the query in the second database can run. Alternatively open the second data base and call the macro.
In other words I need to use several Access databases and want the one with the form to control the others via the onclick command macro.
I have been searching the web and Access relentlessly trying to find a way to call an Access macro from a different Access data base.
Example - The form button gets clicked and the first macro executes. Then a second macro is selected from a closed data base so that the query in the second database can run. Alternatively open the second data base and call the macro.
In other words I need to use several Access databases and want the one with the form to control the others via the onclick command macro.
Comment