D
DS
I have a rounding problem, it works at the check level but if you add all of
the sub together then apply the tax it's different. The tax is .0825...I'm
using Round(),2 on the fields.
Sub Tax
5.00 .41
6.50 .54
3.25 .27
6.50 .54
6.50 .54
6.50 .54
1.25 .10
1.25 .10
3.25 .27
40.00 3.31
but 40.00 * .0825 = 3.30
the higher sub becomes the more I lose on the tax calculation. Is there a
remedy for this?
Thanks
DS
the sub together then apply the tax it's different. The tax is .0825...I'm
using Round(),2 on the fields.
Sub Tax
5.00 .41
6.50 .54
3.25 .27
6.50 .54
6.50 .54
6.50 .54
1.25 .10
1.25 .10
3.25 .27
40.00 3.31
but 40.00 * .0825 = 3.30
the higher sub becomes the more I lose on the tax calculation. Is there a
remedy for this?
Thanks
DS