G
Guest
I'm not sure how to design this. I have a table with these 3 pertinent fields:
tblPKFMsMaterialLayers
txtProfileID (PK)
txtLayer (PK)
txtFoodContact
This table is for many in a one-to-many relationship with tblPKFMAttributes.
txtFoodContact is set to True and its values are "Yes" and "No". Only one
txtLayer record can be "Yes" and all others must be "No" for any related
record in tblPKFMAttributes.
How can I set this up? As it stands I can select "Yes" for all txtLayer
records for a related record in tblPKFMAttributes.
Thanks for your help!
tblPKFMsMaterialLayers
txtProfileID (PK)
txtLayer (PK)
txtFoodContact
This table is for many in a one-to-many relationship with tblPKFMAttributes.
txtFoodContact is set to True and its values are "Yes" and "No". Only one
txtLayer record can be "Yes" and all others must be "No" for any related
record in tblPKFMAttributes.
How can I set this up? As it stands I can select "Yes" for all txtLayer
records for a related record in tblPKFMAttributes.
Thanks for your help!