ROUNDUP
The ROUNDUP function rounds a numeric value up by the specified number of digits.
ROUNDUP Syntax
Use the following syntax when incorporating the ROUNDUP function in queries:
ROUNDUP(expression, number_of_digits)
Where number_of_digits is an integer that specifies the number of digits to round the expression up.