G
Guest
I have a query where I want the values rounded to a whole number. If its 1.5 -2 and .25 -1. How cna I accomplish this.
1.5 -2 and .25 -1. How cna I accomplish this.George Schneider said:I have a query where I want the values rounded to a whole number. If its
-----Original Message-----
You might use an expression like:
-Int(-[Value])
whole number. If itsI have a query where I want the values rounded to a
1.5 -2 and .25 -1. How cna I accomplish this.
.
dean said:where would you use this formula?-----Original Message-----
You might use an expression like:
-Int(-[Value])
whole number. If itsI have a query where I want the values rounded to a
1.5 -2 and .25 -1. How cna I accomplish this.
.