T
Trent M
I use the built in round function to round a value in a
form and have that value placed in a text box in the same
form. It rounds correctly to the specified number of
decimal places except when the last allowed number is
even and the number to drop off is a 5. For example:
2.3225 is rounded to 2.322
but 2.3235 is rounded to 2.324
Any solutions??
form and have that value placed in a text box in the same
form. It rounds correctly to the specified number of
decimal places except when the last allowed number is
even and the number to drop off is a 5. For example:
2.3225 is rounded to 2.322
but 2.3235 is rounded to 2.324
Any solutions??