Another way is to use a custom format on the text box(es?)
in the report. See Format Property in Help for details, but
the general idea is that formats have four parts -
positive;negative;zero;Null so if your field a currency
value you might use something along the lines of:
$#,##0.00;;;"$0.00"
(if you leave out a part, it uses the first part)
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.