Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open MS Access

Status
Not open for further replies.

darude

Programmer
Jun 23, 2003
138
US
Hi All,
I was wondering if it's possible to open a MS Access application from a command button on a form in another application.

Thank you in advance.
 
a form in another application
Which kind of form in which application ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
I would like the command button in a form to open the application and allow a user to work from there. Is that possible? This is in an effort to integrate some of our applications.
 
Take a look at the Shell command. It will allow you to open another Access application from the first (which is what I think you are asking) but it will not PAUSE code in the first application. So if you are expecting some sort of result from the second application, that will probably not work for you. If you are simply trying to use one Access application kind of like an switchboard for various other Access applications, the Shell command should help you out.

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
 
Have a look at the FollowHyperlink method.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thank you so very much. The shell command is just what I'm looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top