Good day, I have this event on a combo box
Private Sub Agent_Name_AfterUpdate()
Me.Agent_ID = Me.Agent_name.Column(1) (this one works)
Me.Team_Manager = Me.Agent_name.Column(3) (this one does not)
End Sub
any Ideas why
thanks
Private Sub Agent_Name_AfterUpdate()
Me.Agent_ID = Me.Agent_name.Column(1) (this one works)
Me.Team_Manager = Me.Agent_name.Column(3) (this one does not)
End Sub
any Ideas why
thanks