M
mscertified
I have two tables and a linking table and I need to provide a way for the
users to maintain these relationships.
tblKW: KWID and KWDesc
tblDT: DTID and DTDesc
tblKWDTXref KWID and DTID
I tried a form with a combo box for tblKW and a subform for related tblDT
records but that does not allow the addition of new KWID entries in the Xref
table. What is the best way to do this?
users to maintain these relationships.
tblKW: KWID and KWDesc
tblDT: DTID and DTDesc
tblKWDTXref KWID and DTID
I tried a form with a combo box for tblKW and a subform for related tblDT
records but that does not allow the addition of new KWID entries in the Xref
table. What is the best way to do this?