Query for blank fields

  • Thread starter Thread starter Thorpe
  • Start date Start date
T

Thorpe

I have table that has a field that can be empty or contain a string. I need
a query pull out on entries that have empty fields how can I do this

thanks
 
Assuming that you are using the query grid, you would put "Is Null" (no quotes)
into the criteria under the relevant field.

Field: YourFieldName
Table: YourTableName
Criteria: Is Null
 

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