I am trying to write an "If" statement that looks like this.
If LName = Null Then
MsgBox "Last name can not be left blank"
End If
I can not get it to recognize Null. What is wrong with the statement,
or should be used instead of null.
Thank you,
Brenda
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment