Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reporting Null values

Status
Not open for further replies.

dkellam

Technical User
Sep 17, 2007
13
US
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.
 
I have figured it out...I switched to a right join...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top