JaredSangco
Technical User
Fellow experts,
Along with many things, this is what I'm trying to do.
I have a form [frmPartsInfo] that contains Parts information that the user will be inputing. Once the Parts are inputed, I have a Save button [cmdSave] as well as another button [cmdEnterPartsClassification] to open a new form [frmPartsClassification] that is linked by [PartsId]. (The parts table [tblParts] and classification table [tblPartsClass] have 1 to Many relationships)
For frmPartsClassification, i want to list all the values from the table [tblPartsClass] line by line instead of using list boxes. Reason for this is for each Part Classification, the user needs to assign 3 Categories - Use of an Option group or radio button is needed here. Is this at all possible?
I'm stuck. I've searched the forums with no luck on this particular specification? Your guidance, input, advice, assistance is appreciated. I have minimal VBA access as stated before.
Along with many things, this is what I'm trying to do.
I have a form [frmPartsInfo] that contains Parts information that the user will be inputing. Once the Parts are inputed, I have a Save button [cmdSave] as well as another button [cmdEnterPartsClassification] to open a new form [frmPartsClassification] that is linked by [PartsId]. (The parts table [tblParts] and classification table [tblPartsClass] have 1 to Many relationships)
For frmPartsClassification, i want to list all the values from the table [tblPartsClass] line by line instead of using list boxes. Reason for this is for each Part Classification, the user needs to assign 3 Categories - Use of an Option group or radio button is needed here. Is this at all possible?
I'm stuck. I've searched the forums with no luck on this particular specification? Your guidance, input, advice, assistance is appreciated. I have minimal VBA access as stated before.