I have a table with about 10,000 records that contain about 10 fields, i want to be able to run a query that will only show records with those 10 fields when they are empty. Can someone give me an idea of how to do this?
If you want a quick method, just drag all the fields into the query, and then sort each field ascending...
Or you can an expression field for each field and check to see if the length of the field is Zero....
drag the * into a column in the query grid then add the expression fields:
for Field Name use:
Exp1: Len(Nz([ActualFieldName1],""))
and set its criteria row
= 0
Unclick the Show button for those fields.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.