swompfrawg
02-28-2001, 09:51 AM
ok i'm pulling my hair out on this one, i searched the forum, followed all the suggestions, and i still can't fix this problem.
In a report I am using =SUM() to total a calculated field from a query. No matter what I do, the =SUM() always returns the wrong total. It's a rounding issue, I know that much http://www.access-programmers.co.uk/ubb/smile.gif
if the report is adding 12.00 and 13.00, the result should be 25.00. But if that 13.00 is actually 13.009234.... in real form, the report uses THAT value instead and returns the result of 25.01. So all my =sums of this calculated field are usually off by .01
Every number field in the tables, queries, and report are all set to fixed, 2 decimals, and double - i've tried single as well. I just want it to ignore anything after the hundredths decimal. Anything i'm missing here?? Thanks for any help!!
In a report I am using =SUM() to total a calculated field from a query. No matter what I do, the =SUM() always returns the wrong total. It's a rounding issue, I know that much http://www.access-programmers.co.uk/ubb/smile.gif
if the report is adding 12.00 and 13.00, the result should be 25.00. But if that 13.00 is actually 13.009234.... in real form, the report uses THAT value instead and returns the result of 25.01. So all my =sums of this calculated field are usually off by .01
Every number field in the tables, queries, and report are all set to fixed, 2 decimals, and double - i've tried single as well. I just want it to ignore anything after the hundredths decimal. Anything i'm missing here?? Thanks for any help!!