Access Round() Function Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Morning everyone,

I have (hopefully) a quick query regarding using the Round() Function in a
query

I need to be able to round any value up to the nearest whole number , where
as the standard round funtion round up or down dependent on the closest whole
number.

So can you force it round up always?

Kindest Regards

Jai
 
Thanks for the reply

However the Int() Function rounds down the number

example value 2.06 should be 3 but it returns 2

Jai
 
Hi Jai,

Add 1 to result of Int()

Regards


Jai_Friday said:
Thanks for the reply

However the Int() Function rounds down the number

example value 2.06 should be 3 but it returns 2

Jai
 
Back
Top