One question in Access (2003).
I need to accomplish this "rounding" task in MS Access 2003
1) If it is 10.000001 it should be 11
2) If it is 10.999999 it should be 11 too.
In other words, I just need the exact functionality of the CEILING()
function thats available in MS Excel.
I tried Round(expr,significance). But that does not get me what I need.
Also a couple of other functions like int, Cint etc. But in vain. I
posted it in some websites seeking for an answer.
The result of this is important because it is used as one of the
operand in a multiplication operation. So if have 0.3, then i need 1
and not a 0.