Adjust Decimals on a Calculated Report Field

B

Boomer

I have a query that calculates the difference between two
dates. A report, based upon that query, calculates the
average of the difference. How can I get the average to
show only one decimal place. It currently shows all. I
have made the Decimal Property equal to 1 with no result.
 
F

fredg

I have a query that calculates the difference between two
dates. A report, based upon that query, calculates the
average of the difference. How can I get the average to
show only one decimal place. It currently shows all. I
have made the Decimal Property equal to 1 with no result.

Use a calculated control:
=Format([YourField],"#0.0")
 

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

Top