When I use the Round fuction in a text box that the number ends up being 20.685 it comes up with 20.68 when it should come up with 20.69. Does anyone know how to fix this?
When the value of the decimal place indicated by the 2nd
parameter is even the function rounds down, when its odd
it rounds up. I guess the first generation of developers
wanted to add spice to their applications. I prefer not
so much.
Access uses what is called Bankers Rounding, which has this behavoir by
design. Keeps the accounting types happy, since on the average it doesnt
produce accumulated drift due to multiple roundings.
--
Regards,
Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
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.