I have a serious problem with summation using a query. I hope somebody can help me urgently.
>>
>> I have a list of numbers stored in a double precision field using Microsoft Access 2000. The list is as follow.
>> -5.36,-7.36,-0.8,-1.13,5.36,7.36,0.8,1.13
>>
>> When I execute the query : "SELECT sum(fieldname) as sAnswer FROM (tablename)", the answer suppose to be zero, but it turn out to be -1.77635683940025E-15.
>>
>> I try with single precision field , it is correct. Is there anyway I can sum up double precision field correctly?
>>
>> I have a list of numbers stored in a double precision field using Microsoft Access 2000. The list is as follow.
>> -5.36,-7.36,-0.8,-1.13,5.36,7.36,0.8,1.13
>>
>> When I execute the query : "SELECT sum(fieldname) as sAnswer FROM (tablename)", the answer suppose to be zero, but it turn out to be -1.77635683940025E-15.
>>
>> I try with single precision field , it is correct. Is there anyway I can sum up double precision field correctly?