I've got thousands of amounts to work with in my table. The amounts vary anywhere from $100.00 to $500,000. I'd like to round each amount to the nearest $10 ($101.50 would be $100.00, $1257.52 would be $1260.00). The round function has been no help because it will only round to the nearest whole number or decimal. I've tried using left([amount],(len([amount])-x)), etc. but I'm also having no luck because the different lengths show different results, and $10000.00 (and similar even numbers) has a length of 5, rather then 8.
Any help would be appreciated, even if it's a procedure.
Rounding isn't absolutely necessary. For what I need I could also make everything right of the 10's position = 0.00 ($1234.62 -> $1230.00)
-ZE
Any help would be appreciated, even if it's a procedure.
Rounding isn't absolutely necessary. For what I need I could also make everything right of the 10's position = 0.00 ($1234.62 -> $1230.00)
-ZE