PDA

View Full Version : Opening another Database



fif_rumac
09-25-2006, 04:12 AM
Hey,

Is it possible to open up another .mdb database (i.e. file1.mdb) at a specific form, from an existing database (i.e. file2.mdb) using vba code?

Cheers,

fif_rumac

GaryB
09-25-2006, 01:09 PM
Hi,

One thing you can try is using a macro to open the new database ( which you could attach to a button) and in that database, in tools startup, set the form you want opened and when the database starts it will automatically open that form.

Gary