If Null then not visible

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

what is the code to put in

me.field1 = ?

I tried to put in me.field1 = null, as criteria for an if and then statement
but it did not work?

What is the code for specifiying null values

Thanks!
 
Thanks Guys!
Works!

Rick B said:
A field can't equal null.

Use IsNull([yourfield])



--
Rick B



GregB said:
what is the code to put in

me.field1 = ?

I tried to put in me.field1 = null, as criteria for an if and then
statement
but it did not work?

What is the code for specifiying null values

Thanks!
 

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