I've asked this before, but nobody answered.
I'm trying to format my currency fields to look like Excel's accounting
format:
$44.66
$1,244.66
ANS=Add an Unbound Text box to the report.
Set it's Control Source to:
=IIf(IsNull([CurrencyField],"","$")
Size it to an appropriate width.
Then place the [CurrencyField] control to the right of the label.
Set the Format of the control to Standard and the Decimal to 2.
Make sure the [CurrencyField] control is Right-aligned and that it is
wide enough to display the largest expected number.
This will display the $ only if the currency field has data.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.