I have a macro that runs a number of queries. However, one query resides in another database. I would like to run this macro from the "main macro"....How would I accomplish this?
The easiest way would be to import that query into your database and create links to the tables that it uses. You can do it in VBA code but the only way I know is a messy one of creating another instance of Access.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.