D
DS
I'm having a Problem with The Like Part any help appreciated.
Thanks
DS
If IsNull(Me.TxtAddress) Or _
Me.TxtAddress (Like "*?@?*.?*") And _
(Not Like "*[ ,;]*")) Then
MsgBox "OK"
Else
MsgBox "INVALID"
End If
Thanks
DS
If IsNull(Me.TxtAddress) Or _
Me.TxtAddress (Like "*?@?*.?*") And _
(Not Like "*[ ,;]*")) Then
MsgBox "OK"
Else
MsgBox "INVALID"
End If