the scores have been entered as whole numbers ae: 196, 200, 234 etc.
have already tried changing to double but no help.
the totals are done in a query.
i agree i think it is a rounding problem. I have tried the round() function but results were still the same. it was at this point my frustration began.
The only thing i can figure could be the cause, is i do a calculation to determine the number of games bowled (anywhere from 0 to 3, but most of the time 3). There are a few reasons there can be less than 3 games bowled, bowler was absent for all three games, missed first game but bowled last two, etc. So with each passing week the scores and number of games are progressively totaled throughout the year.
=iif([Absent1]=true,0,iif([AbsentAll]=true,0,1]))
So i am assuming the total of the games could be 6.000015 or 5.99998 because of the way access handles decimals.
As i mentioned before. I have a semi work around for this. I am doing a transferspreadsheet of several queries into a excel file (Normally i would use reports but the old dudes in the league like to see the data a certain way, hence the spreadsheet). I can fix the problem in the spreadsheet by adding a column that does the correct calculation and the results are what is expected.
Where i am at now is that there has to be a way to fix this in access and it bothers me that i can't figure it out. Just the way I am! Normally i will avoid posting a problem and do a search, but this one had me frustrated.
Thank you for your time.
By the way i have not given up yet....