J
Jacques
Hello all,
I have three tables with 1 to many relationships.
TableA 1 to many TableB
TableB 1 to many TableC
The PK of A is in B, and B's PK is in C.
My problem is that table C already existed with data in it.
Tables A and B are imported data, so none of the related Key fields have
their corresponding ID number in them.
I want to make a form that will allow the user (just one) to connect all the
records together. I've tried making some forms with drop downs, but even
though it shows the corresponding records and lets you choose it, it makes
another record in the table your trying to use (as oppossed to actually
connecting two already existing records).
Thanks beforehand,
I have three tables with 1 to many relationships.
TableA 1 to many TableB
TableB 1 to many TableC
The PK of A is in B, and B's PK is in C.
My problem is that table C already existed with data in it.
Tables A and B are imported data, so none of the related Key fields have
their corresponding ID number in them.
I want to make a form that will allow the user (just one) to connect all the
records together. I've tried making some forms with drop downs, but even
though it shows the corresponding records and lets you choose it, it makes
another record in the table your trying to use (as oppossed to actually
connecting two already existing records).
Thanks beforehand,