N
Nanette
I create two tables.
Table: RFQNo
Fields: RFQNo - PK, RFQType
Table: LineItems
Fields: RFQNo, ChangeNo, LineItemNo, (these 3 combined equal the PK for this
table and is the only way to get a unique combination, while RFQNo is also a
FK)
There are also other fields.
I don't think this is correct because I put together a form (RFQNo) with a
sub-form (LineItems) and keep getting a message about duplicate values and
PK's whenever I click on the subform.
I'm confused. Please help!
Table: RFQNo
Fields: RFQNo - PK, RFQType
Table: LineItems
Fields: RFQNo, ChangeNo, LineItemNo, (these 3 combined equal the PK for this
table and is the only way to get a unique combination, while RFQNo is also a
FK)
There are also other fields.
I don't think this is correct because I put together a form (RFQNo) with a
sub-form (LineItems) and keep getting a message about duplicate values and
PK's whenever I click on the subform.
I'm confused. Please help!