Filter for Access Query.

R

Rinkrat

How do I make a query in MS Access that returns only the records in which
there is an entry in the birthdate field?

If there's no birthdate entered, I don't want to see the record in the query.
 
R

Rick B

put


not null

in the criteria

--
Rick B



Rinkrat said:
How do I make a query in MS Access that returns only the records in which
there is an entry in the birthdate field?

If there's no birthdate entered, I don't want to see the record in the
query.
 
Top