C
cyb3rwolf
Hello. I have a form that has a combo list box that what i want to do is
when you change it to different text, to autopopulate a text box with certain
info... here is the code i have:
Private Sub Combo14_Change()
If Me.Approval = "THIS" Then
Me.Recipients = "THAT"
End If
End Sub
This appears to do nothing. anybody help me out?
when you change it to different text, to autopopulate a text box with certain
info... here is the code i have:
Private Sub Combo14_Change()
If Me.Approval = "THIS" Then
Me.Recipients = "THAT"
End If
End Sub
This appears to do nothing. anybody help me out?