I would like to simplify our environment which contains multiple dB with a Menu dB that will simply call another dB and open a specific form within that called dB.
I have gotten th dB to open OK with a call statement, but I cannot figure out how to tell it to open a specific form. I cannot use the startup option because I want to be able to open different forms.
Heres whta Imean :
The Menu dB = dbA.mdb
This dB needs a command button to call dbX.mdb and open form frm1
This dB also a command button to call dbX.mdb and open form frm2
Thanks for any help ...
I have gotten th dB to open OK with a call statement, but I cannot figure out how to tell it to open a specific form. I cannot use the startup option because I want to be able to open different forms.
Heres whta Imean :
The Menu dB = dbA.mdb
This dB needs a command button to call dbX.mdb and open form frm1
This dB also a command button to call dbX.mdb and open form frm2
Thanks for any help ...