I wish to check a text box for any data, if empty or null value a message will be displayed.
I am using the following code but it does not display any message, empty or not.
If IsNull(Me!Text8) Then
MsgBox "No Record To Edit"
Exit Sub
Else
End If
I would appreciate any advise.
kevsim
I am using the following code but it does not display any message, empty or not.
If IsNull(Me!Text8) Then
MsgBox "No Record To Edit"
Exit Sub
Else
End If
I would appreciate any advise.
kevsim