Displaying records that have a null value

winterglaive

New member
Local time
Yesterday, 18:55
Joined
May 14, 2006
Messages
5
I'm trying to get a query to display only the records that have a null value in a certain field.

I know this has something to do with the Nz function, but I can't figure it out.
 
Put Is Null in the criteria for that field.

^
 
Thanks, much appreciated!

I had been trying just "IsNull", no space in between. ^^;
 

Users who are viewing this thread

Back
Top Bottom