Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is Null

Status
Not open for further replies.

Krash878

Programmer
May 8, 2001
172
US
Hello,

I am trying to prompt a user for entry if a field is left null but I cannot get the code to work properly.

here is what I have in the VB part of the form:


If Me.passenter = Null Then
MsgBox "You must enter text"
Else
End If

I am not sure if I am wrong here but this does not work.

Me.passenter is a textbox

Thanks

Kenny
 
I made another post that has to do with this if you want to take a stab at it.


Kenny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top