Mar 17, 2005 #1 herd Technical User Joined Jun 23, 2003 Messages 46 Location US How - with a cmd button on a form in a database open another form in another database? db1 form1 db2 form2 Thanks Gary
How - with a cmd button on a form in a database open another form in another database? db1 form1 db2 form2 Thanks Gary
Mar 17, 2005 #2 genomon Programmer Joined Aug 20, 2001 Messages 2,449 Location US An easy solution is to create an instance of the second database in code on form1, and set form2 as the statup form on db2. Upvote 0 Downvote
An easy solution is to create an instance of the second database in code on form1, and set form2 as the statup form on db2.