I have a query that pulls a count of entries from another query. I later merge that with other queries, but since one of the fields in null I don't get any data at all. I try to prevent this by typing this:
Insp Count: IIf(IsNull([InspCount]),"0",[InspCount])
I type this in the query that it comes from but I still don't get a thing. Can anyone help me turn the value to a zero if null?
thanks!
Eric
Insp Count: IIf(IsNull([InspCount]),"0",[InspCount])
I type this in the query that it comes from but I still don't get a thing. Can anyone help me turn the value to a zero if null?
thanks!
Eric