I am reporting on 2 db tables {CLASSIFICATION} and {FACILITY}. Using a left outer join I have connected the 2 tables at {CLASSIFICATION.IND_ID} and {FACILITY.IND_ID}. The best I can tell, if no other fields are populated in the {CLASSIFICATION} table, then on {CLASSIFICATION.IND_ID} is recorded. I am trying to report on the null values. When I run the report w/no select statement and report on {FACILITY.IND_ID} and {CLASSIFICATION.CLASSIFICATION_L_S}, all records show. But I want to view the ones with "null" or blank {CLASSIFICATION.CLASSIFICATION_L_S}. Any suggestions? Thanks in advance for your help.