C CMI Guest Jul 27, 2005 #1 How do you use a button on a form to call another access program? We have 8 access programs that we want to be able to call from one form. Thanks
How do you use a button on a form to call another access program? We have 8 access programs that we want to be able to call from one form. Thanks
M Meltdown Registered User. Local time Today, 15:35 Joined Feb 25, 2002 Messages 472 Jul 27, 2005 #2 I'm sure there are a few ways to do this, here's one way, just add the location of the database In the On_Click event of the button put: Application.FollowHyperlink "C:\Documents and Settings\Desktop\your_database.mdb" ..change the path for each database/button
I'm sure there are a few ways to do this, here's one way, just add the location of the database In the On_Click event of the button put: Application.FollowHyperlink "C:\Documents and Settings\Desktop\your_database.mdb" ..change the path for each database/button
C CMI Guest Jul 27, 2005 #3 I tried this but all I get is: Microsoft Access can't find the macro "Application" Any other suggestions?
I tried this but all I get is: Microsoft Access can't find the macro "Application" Any other suggestions?