On a report, I have a text box control whose control source is a numeric calculated field from the underlying query. The calculation uses the IIF function like this:
I set the control's format property to currency, but it doesn't take. When the test is false, the number shows without formatting. What am I missing?Code:IIf(Nz([tblBeneficiaries.BequestContingent])=0,"",[tblBeneficiaries.BequestContingent])
Thanks, -Ron