I
Ian D.
I need some help with a Currency Calculation that seems straitforward.
Sub Total 19.95
GST 1.40 I get this by calulating SubTotal*.07
ProvTax 1.60 I get this by calulating SubTotal*.08
TOTAL 22.94 I get this by adding the 3 fields.
All 3 fields are Set as Currency, with Decimal.property set as Auto
When I click in iether of the GST or ProvTax or TOTAL fields
4 decimal places are shown. GST shows 1.3965 ProvTax shows 1.596
hence the seemingly faulty Calculation of 22.94 instead of 22.95.
Even if I set the Decimal property to 2, I still get the same calculation.
19.95+1.40+1.60 should equal 22.95 but it always shows as 22.94
WHY & how do I correct for this.
Thanks in advance for any advice.
Sub Total 19.95
GST 1.40 I get this by calulating SubTotal*.07
ProvTax 1.60 I get this by calulating SubTotal*.08
TOTAL 22.94 I get this by adding the 3 fields.
All 3 fields are Set as Currency, with Decimal.property set as Auto
When I click in iether of the GST or ProvTax or TOTAL fields
4 decimal places are shown. GST shows 1.3965 ProvTax shows 1.596
hence the seemingly faulty Calculation of 22.94 instead of 22.95.
Even if I set the Decimal property to 2, I still get the same calculation.
19.95+1.40+1.60 should equal 22.95 but it always shows as 22.94
WHY & how do I correct for this.
Thanks in advance for any advice.