Find Only Blank Records

L

LindaC

I have a form that user enter their info except for an Aisle field (they
don't know where) and then 1 other user needs to go and find all the records
that don't have the Aisle field complete and she will enter that information.
How can I do a query that will only show records that are empty in the aisle
field? Thanks.
 
A

Allen Browne

In query design view, in the Criteria row under the Aisle field, enter:
Is Null
 
Top