How to determine if Text is in a Textbox?

  • Thread starter Thread starter AbraAbraCadabra
  • Start date Start date
A

AbraAbraCadabra

This sounds so simple, but I just can't get it!

How can I determine if a textbox is empty or not?

i have tried using these values but none of them seem to work!

If text1="" then...

If text1=null then...

If IsMissing(text1)=false then...

What am I doing wrong?
 
Abra,
If IsNull(Text1) Then
Should do it...
Make sure you have no default value defined in your table or for the field itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top