Don't want records with blank field to be included. What is criteria command?

Nomi123

New member
Local time
Today, 00:32
Joined
Oct 6, 2011
Messages
6
I have a simple access query where one of the fields I am pulling has blanks in it. I need the criteria command for the query not to pull records that are blank in the particular field I am pulling.
 
Put "Is Not Null" in the criteria, should work OK.
 

Users who are viewing this thread

Back
Top Bottom