C
Chris
Might be an easy question, but how do I return all records which have
empty cells for the specified FIELD
Example:
Name School Home Child
1. xxxx xxxx xxxx
2. xxxx xxxx xxxx
3. xxxx xxxx xxxx xxxx
4. xxxx xxxx xxxx
5. xxxx
I want to return all records except #3. Because it has all of the
values. I only want to see records missing a value.
I tried to use. IS NULL in each Field in Design View (under OR not
CRITERIA), but it keeps returning everything. Thanks in advance
empty cells for the specified FIELD
Example:
Name School Home Child
1. xxxx xxxx xxxx
2. xxxx xxxx xxxx
3. xxxx xxxx xxxx xxxx
4. xxxx xxxx xxxx
5. xxxx
I want to return all records except #3. Because it has all of the
values. I only want to see records missing a value.
I tried to use. IS NULL in each Field in Design View (under OR not
CRITERIA), but it keeps returning everything. Thanks in advance