G Guest Nov 23, 2006 #1 I want to open a second access 97 db using a comand button in my first access db. Please help?
R Rick Brandt Nov 23, 2006 #2 Ash said: I want to open a second access 97 db using a comand button in my first access db. Please help? Click to expand... One easy way... Application.FollowHyperLink "path to second mdb file" You can also use the Shell() function.
Ash said: I want to open a second access 97 db using a comand button in my first access db. Please help? Click to expand... One easy way... Application.FollowHyperLink "path to second mdb file" You can also use the Shell() function.