Hello,
I'm trying to format a currency field that is embedded in a text box so that it has the $ and comma separator, but no decimal or trailing zeros. Currently, the expression looks like this:
="The company contributes " & Format([ContributionAmount],"Currency" & " per year for up to 10 years."
Which produces - $35,263.00
Only I want - $35,263
Changing it to "Standard" removes the $, but not the decimal.
Any advice is much appreciated.
Thanks!
I'm trying to format a currency field that is embedded in a text box so that it has the $ and comma separator, but no decimal or trailing zeros. Currently, the expression looks like this:
="The company contributes " & Format([ContributionAmount],"Currency" & " per year for up to 10 years."
Which produces - $35,263.00
Only I want - $35,263
Changing it to "Standard" removes the $, but not the decimal.
Any advice is much appreciated.
Thanks!