Filter for Access Query.

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

Guest

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.
 
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.
 

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