D
Dorothea
I have a list box that is being used as a record search.
I want to put the message "The record you are looking for
does not exist, please verify and try again." I was
trying to put in the Not in List
Private Sub Combo278_NotInList(NewData As String, Response
As Integer)
End Sub
How do I create the message?
Thanks
I want to put the message "The record you are looking for
does not exist, please verify and try again." I was
trying to put in the Not in List
Private Sub Combo278_NotInList(NewData As String, Response
As Integer)
End Sub
How do I create the message?
Thanks