I am getting some very strange results to a query simple calculation. I have a database used, among other things, to store and calculate end of course results. The calculation is simple (Internal marks + exam marks) the results are bizarre!
I have stripped the database down to try to identify the problem without success. I now have 1 table with 3 fields… a student ID (text field, 5 chars), internal mark (number field, single) and exam mark (number field, single). The stripped down database is attached in the zip file.
The marks have been entered and no mark has more than 1 decimal place however when the 2 marks are added the result, in many cases, has 9 decimal places.