A
Arturo
I know how to use the Like function in a query. I need to know how to use it
in VBA. After Field1 is updated, if Field1 contains the letters "PX" I need a
messagebox to alert the user that this is not a valid entry. Something like
this:
If Field1 is like "PX" Then
MsgBox"This is not a valid entry!"
End If
Thank you for your help.
in VBA. After Field1 is updated, if Field1 contains the letters "PX" I need a
messagebox to alert the user that this is not a valid entry. Something like
this:
If Field1 is like "PX" Then
MsgBox"This is not a valid entry!"
End If
Thank you for your help.