D
DB
I originally posted this under "General Discussions", but
I think it might belong here instead so sorry for the
duplicate if you noticed it under "General Discussions".
Hi, I'm using the "round" function in a query like this:
Round([Field_Name],0). My problem is that when a number
has a decimal of exactly .5 it gets rounded down and I
would like it to be rounded up. For example, when 10.5 is
returned it gets rounded to 10. I would like it to be
rounded to 11. Is it possible to have a decimal of .5 be
rounded up instead of down? Thanks.
I think it might belong here instead so sorry for the
duplicate if you noticed it under "General Discussions".
Hi, I'm using the "round" function in a query like this:
Round([Field_Name],0). My problem is that when a number
has a decimal of exactly .5 it gets rounded down and I
would like it to be rounded up. For example, when 10.5 is
returned it gets rounded to 10. I would like it to be
rounded to 11. Is it possible to have a decimal of .5 be
rounded up instead of down? Thanks.