How to get underlying rounded numbers in Access data cells?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use Access to perform percentage calculations on currency values and then
store the product in a table data cell/record. Even though the record is set
for currency and to have just 2 decimal places ... the underlying value must
be showing additional decimal places. When I do sums in query or report, the
totals add up slightly different than what is visible in the data columns.
Any suggestions as to how the underlying data values to be a true 2 decimal
places?
 
You can use the round function to get two decimal places

Round(MyNumber,2)

The 2 represent how many decimal places
 

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