Open mdb from another mdb

gear

Registered User.
Local time
Yesterday, 20:19
Joined
Mar 10, 2007
Messages
112
Just curious to know whether it is possible to open a mdb file from within the form of existing mdb file?
 
Just curious to know whether it is possible to open a mdb file from within the form of existing mdb file?

Yes you can using the 'OpenCurrentDatabase' method. I found this on the MSN website. You also have the 'OpenDatabase' method and the 'NewCurrentDB' method. If you search for the terms in the help file it will give you all the details.

HTH
 

Attachments

Users who are viewing this thread

Back
Top Bottom