I use the following lines of code to Close the current DB and open another DB.
DoCmd.Close acForm, Screen.ActiveForm.Name
SendKeys "%FO" & pasPathName & "~", False
I thought it would be fun to be able to open another database in another window without closing the current db.
I'm using Access 2000. Any Suggestions?
Thanks in advance for your help
Jay West
jwest@oakmountain.com
DoCmd.Close acForm, Screen.ActiveForm.Name
SendKeys "%FO" & pasPathName & "~", False
I thought it would be fun to be able to open another database in another window without closing the current db.
I'm using Access 2000. Any Suggestions?
Thanks in advance for your help
Jay West
jwest@oakmountain.com