J
Jeff H
I am trying to create an IIf statement that will generate the sentence "Your
account balance is $XX.XXX" for customers who have a balance due. Balance
is a field in my query.
I have put in the statement =IIf([Balance]>0.01,"As of the end of January,
your account balance was $" & [Balance] ,"") For customers with an even
dollar balance, the amount prints as $XX. Is there a way to format this
field so it will appear as $XX.XX even if the amount were, say $50.00?
account balance is $XX.XXX" for customers who have a balance due. Balance
is a field in my query.
I have put in the statement =IIf([Balance]>0.01,"As of the end of January,
your account balance was $" & [Balance] ,"") For customers with an even
dollar balance, the amount prints as $XX. Is there a way to format this
field so it will appear as $XX.XX even if the amount were, say $50.00?