I am in a HR data base and I want to round everyone's salary (Field name [rate]) up to the nearest 500. I use this formula
Round([rate],500)
But it does NOTHING. I use a rate such as 23,555 and that is the product
Any suggestions?
Round([rate],500)
But it does NOTHING. I use a rate such as 23,555 and that is the product
Any suggestions?