All; I inherited a database that I need to revise but for now; I need help on an iif statement. I have a couple of columns in my database where t fields are blank; I don’t want it to return that record. I know in a query I can just say in the criteria “is not null”. My problem is that query has two columns that originate from the same table and the same column. Ex. Column in table called Type. Results can either be “standard” or “premium”. Well; two queries were spun off into two queries; one Type = standard and other Type=premium. So now I have the two queries in one main query to pull some final results therefore have two columns qryStandard.type and qryPremium.type. I want only records to return that are not null. I have only been able to get either qryStandard.type or qryPremium.type results. I hope I gave enough info to get assistance.
Thanks
Thanks