Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database to Database (MS Access)

Status
Not open for further replies.

herd

Technical User
Jun 23, 2003
46
0
0
US
How - with a cmd button on a form in a database open another form in another database?

db1
form1

db2
form2

Thanks Gary
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top