P
pat67
I wan to open other databases from a macro in one database. I can't
seem to find the command. Can someone help?
Thanks
seem to find the command. Can someone help?
Thanks
From a macro, you would use the RunApp action and put in the full path to
your database as an argument.
In VBA code the best choice is to use the Shell function. I prefer to useit
with the API as in:
http://www.mvps.org/access/api/api0018.htm
--
Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.accessmvp.comhttp://www.mvps.org/access
Co-author: "Access 2010 Solutions", published by Wiley
- Show quoted text -
Thanks. I will try one of those.- Hide quoted text -
- Show quoted text -
Thanks. I will try one of those.- Hide quoted text -
- Show quoted text -