Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Rounded Calculations on Reports

Status
Not open for further replies.

sunnydanny

Technical User
Jul 31, 2003
5
CA
I think my problem is I am trying to add rounded numbers and are really not adding rounded numbers. I am using CCur but though it displays 2 decimal places, more are stored in the field. I have a decimal place of 3 digits and would like it to round to two and then be able to use the two digit rounded number for calculations. Unfortunately it's always using the 3 digits to calculate with. How can I correct that?
 
CCur does not round off to two decimal places it rounds off to four. There is no specific round function in access
 
I am using Access 2002 and it has a round function.
=round([YourField],2)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top