G
Guest
I am trying to calculate a value on a form from known information. everything
seems to work properly except with one specific set of data.
ROUND((2.65/8.48)*0.4,2)
The actual non-rounded answer is exactly 0.125, so you would assume that
with the "round" the answer would be 0.13, but for some reason Access is
returning 0.12. This same formula is used on 30,000 other sets of data and in
each of those examples the correct value is returned, but for this one set it
is incorrect. How is Access doing this? What is there something in the logic
of the round function that could be causing this?
seems to work properly except with one specific set of data.
ROUND((2.65/8.48)*0.4,2)
The actual non-rounded answer is exactly 0.125, so you would assume that
with the "round" the answer would be 0.13, but for some reason Access is
returning 0.12. This same formula is used on 30,000 other sets of data and in
each of those examples the correct value is returned, but for this one set it
is incorrect. How is Access doing this? What is there something in the logic
of the round function that could be causing this?