Rounds a number to a specified number of digits.
Syntax
ROUND(control,num_digits)
control is the field you want to round.
Num_digits is the number of digits you want to round to.
Negative rounds to the left of the decimal point; 0 (zero)
rounds to the nearest integer.
Jim