I have a query that is giving me null values. So when I copy the results into a spreadsheet I get blanks. I need to rework the query to avoid doing this. If have tried using the iif statement. I don't get an error but I am still getting blanks. I was hoping to get some assistance. The code is in the field of the query.
Tom
Tom
Code:
Total Of workrvu: IIf(IsNull([workrvu]),0,([workrvu]))