realtionship between linked and non-linked tables

J

Jesper Fjølner

Is it possible to have cascading deletes set up between normal tables and a
linked table in another db?
The option isn't available in the relationship editor in the frontend where
the non-linked tables are.
 
A

Allen Browne

No.

You cannot have enforced relationships between tables in different mdb
files, and you cannot have cascades without enforced relations.
 
D

Douglas J. Steele

No, it's not possible. You can only set up relationships in the database
where the tables both exist.
 
Top