rounding errors in access

G

Guest

I am trying to get Access 2003to round to 2 significant digits, but it keeps
truncating instead. For example, $1107 x 3.5% (or .035) is $38.745, and
should round to $38.75, but Access keeps calculating $38.74. $99 x 3.5% is
$3.465, and should round to $3.47, but Access gives me $3.46. My formula is
Round([DollarAmt]*[Percentage], 2), and I have also tried
Round(([DollarAmt]*[Percentage]),2), but to no avail. It calculates correctly
in Excel, but in Access it does not. I have tried this in both a report and a
query, to no avail.
 

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