Report has a conditional expression with IIF that produces a string result when record value of currency field is not zero; and I want the string to say "Amount of Donation is $29.50" for a $29.50 value and be blank for a $0.00 value. I have =IIf([Don4]0," ","Amount of Donation is "&[Don4]
which presently produces "Amount of Donation is 29.5" Any suggestion as to inserting format currency to that portion of logic? Thanks.
which presently produces "Amount of Donation is 29.5" Any suggestion as to inserting format currency to that portion of logic? Thanks.