CharlesWhiteman
Registered User.
- Local time
- Today, 21:16
- Joined
- Feb 26, 2007
- Messages
- 421
I'm using the following code to check to see if any of the referenced text boxes are blank but i get the aforementioned error.
Code:
If IsNull(Me.UserName) Or (Me.MailUserName) Or (Me.MailPassword) Then
MsgBox "There is a null"
Else
End If