I have a main form frmItemDetail (source: tblItem) on which I created a List box (ValveList, which is stored in tblItem.Type). Based on the values in this list, I want to display the form that corresponds to the value I select as a subform in frmItemDetail.
Values in List box -> forms to display as subform
--------------------------------------
Resilient Seated -> frmPartsRSBVSUB
High Performance -> frmPartsHPBVSUB
Rotary Process -> frmPartsRPVSUB
Ball -> frmPartsBallSUB
All 4 of these forms have same source (tblPartsWORKING), they are just a combination of different fields from the same table.
How can I get the chosen form to showup as a subform and populate the field tblPartsWORKING.ItemID with the corresponding tblItem.ItemID to link these records?
Thank You.
Values in List box -> forms to display as subform
--------------------------------------
Resilient Seated -> frmPartsRSBVSUB
High Performance -> frmPartsHPBVSUB
Rotary Process -> frmPartsRPVSUB
Ball -> frmPartsBallSUB
All 4 of these forms have same source (tblPartsWORKING), they are just a combination of different fields from the same table.
How can I get the chosen form to showup as a subform and populate the field tblPartsWORKING.ItemID with the corresponding tblItem.ItemID to link these records?
Thank You.