If Null then not visible

G

GregB

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!
 
G

GregB

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!
 
Top