I need some help with the following.
1) I have the code included in the Combo box, the Text333 works but not Text373.
2) How do perform the "Frequency Reject" auto calculation when both the "Unit Serial No" AND "Unit Date Code" match? Thanks.
1) I have the code included in the Combo box, the Text333 works but not Text373.
Private Sub Combo319_Change()
Me.Text333 = Me.Combo319.Column(1)
Me.Text373 = Me.Combo319.Column(2)
End Sub2) How do perform the "Frequency Reject" auto calculation when both the "Unit Serial No" AND "Unit Date Code" match? Thanks.
Attachments
Last edited: