M
Michaelchessking
I am trying to get a query to return all records even if the field is null.
The query has multiple tables and is only returning records with non null
fields. I am using the following line in the query. The result were the
same. I would be greatful for any help. Thank you Michael
Claim Number: IIf(IsNull([tblClaimant]![Claim Number]),"Missing
Data",[tblClaimant]![Claim Number])
The query has multiple tables and is only returning records with non null
fields. I am using the following line in the query. The result were the
same. I would be greatful for any help. Thank you Michael
Claim Number: IIf(IsNull([tblClaimant]![Claim Number]),"Missing
Data",[tblClaimant]![Claim Number])