mikewood1980
Registered User.
- Local time
- Today, 22:58
- Joined
- May 14, 2008
- Messages
- 45
Hi
I am trying to get my form to have a pop up box if there is nothing entered into one of the text boxes. I have tried the following code, but it doesnt seem to be working!? anyone any ideas?
If Me.txtReportID = "" Then
MsgBox ("Report ID field is empty. Please enter a new ID or click 'close'")
End If
Thanks for your help!
Mike W
I am trying to get my form to have a pop up box if there is nothing entered into one of the text boxes. I have tried the following code, but it doesnt seem to be working!? anyone any ideas?
If Me.txtReportID = "" Then
MsgBox ("Report ID field is empty. Please enter a new ID or click 'close'")
End If
Thanks for your help!
Mike W