I want to use an expression to generate a deposit amount due. If the total due is for $1656 and I want to figure a deposit of 30%, when I use
=[totaldue]*.30 i get 496.80
I would like to make the number round off to the next dollar, 497 or even better, be able to round off to the next 10, which in this case would be 500. How can I do that? The fields are all set to currency. I played around with changing the fields to integer which didn't work. I tried changing the currency from auto decimal to 0, which would work but I don't get the currency format that I want. ($1000.00) Any suggestions?
=[totaldue]*.30 i get 496.80
I would like to make the number round off to the next dollar, 497 or even better, be able to round off to the next 10, which in this case would be 500. How can I do that? The fields are all set to currency. I played around with changing the fields to integer which didn't work. I tried changing the currency from auto decimal to 0, which would work but I don't get the currency format that I want. ($1000.00) Any suggestions?