G gear Registered User. Local time Yesterday, 20:19 Joined Mar 10, 2007 Messages 112 Apr 8, 2007 #1 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?
O oldozziesubby Registered User. Local time Today, 11:19 Joined Mar 23, 2007 Messages 26 Apr 8, 2007 #2 gear said: Just curious to know whether it is possible to open a mdb file from within the form of existing mdb file? Click to expand... 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 OpenCurrentDB.pdf OpenCurrentDB.pdf 85.1 KB · Views: 631
gear said: Just curious to know whether it is possible to open a mdb file from within the form of existing mdb file? Click to expand... 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