D
dhstein
I have a situation where I have table "A" and table "X". Table A has a field
with a one-to-many relationship with a field in table "X" and referential
integrity is enforced. Because now I've realized that I need a better
design, I decided that I need to break table "A" into 2 tables "B" and "C"
"B" and "C" will be related by a new field and I want to relate "C" to "X" on
the same field as before.
When I drag the field in the relationship window I get the message "No
unique index found for the referenced field of the primary table" I believe
that the field in table C has unique values. Thanks for any help you can
provide.
with a one-to-many relationship with a field in table "X" and referential
integrity is enforced. Because now I've realized that I need a better
design, I decided that I need to break table "A" into 2 tables "B" and "C"
"B" and "C" will be related by a new field and I want to relate "C" to "X" on
the same field as before.
When I drag the field in the relationship window I get the message "No
unique index found for the referenced field of the primary table" I believe
that the field in table C has unique values. Thanks for any help you can
provide.