B
BG
I have a field in a table that has a combo box lookup to another table. The
combo box works for looking up legitimate values for the field. But, if I
link the lookup table to the main table using the foreign key, I cannot
enforce referential integrity. Shouldn't I be able to do this? I think the
problem may have to do with the value that is stored in the main table for a
combo box field. I believe it is the row indicator of the lookup table
values, and not the primary key value, thus the primary and foreign keys do
not match.
Any thoughts and advice is appreciated.
combo box works for looking up legitimate values for the field. But, if I
link the lookup table to the main table using the foreign key, I cannot
enforce referential integrity. Shouldn't I be able to do this? I think the
problem may have to do with the value that is stored in the main table for a
combo box field. I believe it is the row indicator of the lookup table
values, and not the primary key value, thus the primary and foreign keys do
not match.
Any thoughts and advice is appreciated.