how do I create relationships in a linked table

D

DonnaD

How does Access form relationships with linked tables to make sure
information in a one-to-one relationship isn't corrupted?
 
B

Brendan Reynolds

Relationships must be created in the database that contains the source
tables, not the database that contains the links. Access does allow you to
create relationships between linked tables, but you can not enforce
referential integrity on these relationships (which makes them pointless in
my opinion).
 
Top