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.
do this for all 10 fields.
PaulF