![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2005
Posts: 3
OS: xp
|
MS Access - openning another mdb
Hi,
I am in a database and would like the users to be able to click on a command button and have it open another, separate, database. Any suggestions? Greatly appreciated. Dave. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
Join Date: Oct 2006
Posts: 8
OS: WIN XP
|
Re: MS Access - openning another mdb
Set the click event of the command button to this code:
Shell ("""" & "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" & """" & " " & """" & "C:\YourDB.mdb" & """") You will need to change the "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE" directory and the "C:\YourDB.mdb" depending on your version and file name/location. |
|
|
|
![]() |
| Thread Tools | |
|
|