Creating a relationship with a linked table

S

scubadiver

In my database three of my tables are linked from another database and I want
to create a relationship with one of these tables but it won't let me.

cheers.
 
J

John W. Vinson

In my database three of my tables are linked from another database and I want
to create a relationship with one of these tables but it won't let me.

cheers.

It can't.

Think about it: suppose you define a relationship, referential integrity
enforced, in A.MDB enforcing a relationship between a table in A with a table
in B.MDB.

I come along, open B.MDB, open the related table, and start editing data.

A.MDB isn't even OPEN and has no way to keep me from violating the
relationship rules.

John W. Vinson [MVP]
 
S

scubadiver

duhhh! It does make perfect sense!


John W. Vinson said:
It can't.

Think about it: suppose you define a relationship, referential integrity
enforced, in A.MDB enforcing a relationship between a table in A with a table
in B.MDB.

I come along, open B.MDB, open the related table, and start editing data.

A.MDB isn't even OPEN and has no way to keep me from violating the
relationship rules.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top