I have a query which has a calculation in it. I’d like to round it up to the next number. So far I have found INT that knocks off the decimals and CINT that rounds to the nearest number i.e. o.4 rounds to 0 which is not what I want. I was thinking of adding 1 to the result using the INT command but that means all of the original round numbers will be rounded to the one about i.e. 1 will become 2 (think I explained that ok!).
Does anyone have any ideas?
Thanks in advance for any help you might provide.