Control name on form is "Kit #"
The afterupdate event that fires for this control calls the control
Kit__ as per following.
What is happening here?
Private Sub Kit___AfterUpda te()
ChangeKitBase Me.Kit__
End Sub
The afterupdate event that fires for this control calls the control
Kit__ as per following.
What is happening here?
Private Sub Kit___AfterUpda te()
ChangeKitBase Me.Kit__
End Sub
Comment