Link two seperate database tables

paulcraigdainty

Registered User.
Local time
Today, 16:15
Joined
Sep 25, 2004
Messages
74
Is it possible to create a database and link this to a form and another database? What i want to do is link a network database with a local database on a client machine?
 
Assuming proper network setup,
you should be able to link any two databases.

Technically, you do not link to a form, rather you would link to a table in the other db.

So, if you have a form in db1 and want it to display the data in a table in db2, then link to the table in db2 first, then base your db1 form on the now linked table in db1. :eek:
 
Where in Access the functionality to link the two db's
 

Users who are viewing this thread

Back
Top Bottom