T
TC
Read-up on "banker's rounding".
HTH,
TC
to key-in some numbers like 0.515, 0.525,0.535 and 0.565 into this field.
When I retrieve this data using a query with round to 2 decimal point, the
query gave me these result as below:
HTH,
TC
only contains 1 field with Field Size = double and Decimal = Auto. I'm triedFion Hu said:Dear all,
I'd created a very simple database with only one table. In this table, it
to key-in some numbers like 0.515, 0.525,0.535 and 0.565 into this field.
When I retrieve this data using a query with round to 2 decimal point, the
query gave me these result as below:
it? Is there any others function that I can use beside ROUND?0.515 = 0.52 (correct ans)
0.525 = 0.52 (wrong ans)
0.535 = 0.54 (correct ans)
0.565 = 0.56 (wrong ans)
May I know why the round function give me wrong result? how to resolved