Hi can anyone help me with this?
I've got a field in a query to calculate the weight charge:
CalcWeightCharg e: [weight]*[RatePerKg]
Then in another field i would like to calculate the variance from the given charge to the calculated weight charge, so i have used:
WeighChargeVar: [WeightCharge]-[CalcWeightCharg e]
When i run the query i get some variance even though there isn’t any. I get some of the following variances:
5.6843418860808 E-14
1.1368683772161 6E-13
2.8421709430404 E-14
Can someone please explain why i am getting these when there is no variance?
The variance appears on some only not all..
Thanks
I've got a field in a query to calculate the weight charge:
CalcWeightCharg e: [weight]*[RatePerKg]
Then in another field i would like to calculate the variance from the given charge to the calculated weight charge, so i have used:
WeighChargeVar: [WeightCharge]-[CalcWeightCharg e]
When i run the query i get some variance even though there isn’t any. I get some of the following variances:
5.6843418860808 E-14
1.1368683772161 6E-13
2.8421709430404 E-14
Can someone please explain why i am getting these when there is no variance?
The variance appears on some only not all..
Thanks
Comment