S
Stephen Lynch
I am trying to validate a form field. I do not want to validate at table
level for special reasons.
When I put this code on a button, I get the message "Not Null" even though
the address field is empty.
If Forms![EmployeeDetail]![Address1] = "" Then
MsgBox "Please enter an Address for this Participant"
Else
MsgBox "Not Null"
End If
Anybody know why? I tried .Value = Null, but it errors out.
TIA
Steve
level for special reasons.
When I put this code on a button, I get the message "Not Null" even though
the address field is empty.
If Forms![EmployeeDetail]![Address1] = "" Then
MsgBox "Please enter an Address for this Participant"
Else
MsgBox "Not Null"
End If
Anybody know why? I tried .Value = Null, but it errors out.
TIA
Steve