I have an MS Access 2007 query with 3 calculated fields. One adds the totals from 3 fields (bucket 4, bucket 5 and bucket 6) called "Buckets 4-6 Total" and the other does the same but for fields based on a different date, I called it "Date 2 Buckets 4-6 Total" these two fields work as expected, the problem I have is with the third field that subtracts "Buckets 4-6 Total" minus "Date 2 Buckets 4-6 Total".
This works for most of the calculations when the totals are 0 - 0, or anything such as 400 - 200 or even 400 - (1000) for example, but for calculations when both "Buckets 4-6 Total" and "Date 2 Buckets 4-6 Total" are the same (no change), the field returns invalid values such as: 4.54747350886464E-13 or 9.09494701772928E-13 and it is also ignoring my format so that it shows 2 decimal places.
I should also add that this query is made up of 4 different query, and the "Total" fields mentioned above get the total from 3 different fields that come from another query already summed up based on other criteria, not sure if that's where the problem stems from.
Any help is appreciated.