Showing $0.00 in Query

  • Thread starter Thread starter DBarker
  • Start date Start date
D

DBarker

I have a report that is based on a query. I need it to
show the $0.00 when they apply to compare against the
other field on the report. Any help would be appreciated.
 
I have a report that is based on a query. I need it to
show the $0.00 when they apply to compare against the
other field on the report. Any help would be appreciated.

You haven't told us what the other values should look like!!!

Set the Format property of the control (in the Report), to:
$#,##0.00;-$#,##0.00;$0.00

$1,234.15 -$1234.15 $0.00

See Access Help files on
format + number and currency datatypes
 

Ask a Question

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.

Ask a Question

Back
Top