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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query doesn't return records if field is missing 1

Status
Not open for further replies.

skyline16

Technical User
Jan 16, 2007
22
US
I have a query that is composed of fields from several tables. Occasionally, a record will not have data for one or two of the fields in the query. If this is the case, the record is not returned when the query is run. It's not that the field for that record is just blank, it doesn't even have a place in the table so using "or is null" doesn't work. How can I make the query return these records?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top