G
Guest
I have a main form called frmControls which allows the user to enter
controls. This form has a subform called subfrmRisks which allows the user to
select from a drop down list containing predefined risks that the control can
be allocated to. The list of risks are being read from a table called
TBLRisks. This then updates a linking table (TBLRiskstoControls) that
resolves the many to many relationship between TBLRisks and TBLControls that
contains the risk id and the control id. However it is also updating TBLRisks
with the chosen risk therefore making duplicate entries. How can I allow the
user to select the risk but then limit the update to only updating
TBLRiskstoControls.
Thanks
Colette
controls. This form has a subform called subfrmRisks which allows the user to
select from a drop down list containing predefined risks that the control can
be allocated to. The list of risks are being read from a table called
TBLRisks. This then updates a linking table (TBLRiskstoControls) that
resolves the many to many relationship between TBLRisks and TBLControls that
contains the risk id and the control id. However it is also updating TBLRisks
with the chosen risk therefore making duplicate entries. How can I allow the
user to select the risk but then limit the update to only updating
TBLRiskstoControls.
Thanks
Colette