C
Crystal
I need to be able to round a number either up or down in .5 increments. The
number is in the Currency Format in Access. So, if the number is 18.3, I
need to be able to either round down to 18 or round up to 18.5.
I found the Fix and Int functions which will truncate to value of 18. I have
tried using Round() but it just rounds to the next whole number.
Any help would be so appreciated!
number is in the Currency Format in Access. So, if the number is 18.3, I
need to be able to either round down to 18 or round up to 18.5.
I found the Fix and Int functions which will truncate to value of 18. I have
tried using Round() but it just rounds to the next whole number.
Any help would be so appreciated!