The problem. I am using a query to figure tax, order totals and balance due for my invoices.
For example. If the tax is 4.81 even, but I round the expression, the tax would then be 4.82. Which is not correct.
If I use the Sum expression for figuring tax then I have a tax total of 2.405 which is rounded to 2.41. Which is correct.
The problem is
When I use the sum expression I get something like this:
The product total is 37.00
Tax 2.405 Rounded to 2.41
Total 39.405 Rounded to 39.41
Amount Paid 39.41
Balance due is (0.01)
However when I use the Round Expression the above problem is corrected but another problem develops.
Heres the problem when Round expression is used.
Product total 132
tax 8.59 But should be 8.58even
Total 140.59
Amount paid 140.58
Balance 0.01
This expression would be correct if the Sum expression was used.
I am using Access 2003 if that makes any difference.
Any Ideas?
For example. If the tax is 4.81 even, but I round the expression, the tax would then be 4.82. Which is not correct.
If I use the Sum expression for figuring tax then I have a tax total of 2.405 which is rounded to 2.41. Which is correct.
The problem is
When I use the sum expression I get something like this:
The product total is 37.00
Tax 2.405 Rounded to 2.41
Total 39.405 Rounded to 39.41
Amount Paid 39.41
Balance due is (0.01)
However when I use the Round Expression the above problem is corrected but another problem develops.
Heres the problem when Round expression is used.
Product total 132
tax 8.59 But should be 8.58even
Total 140.59
Amount paid 140.58
Balance 0.01
This expression would be correct if the Sum expression was used.
I am using Access 2003 if that makes any difference.
Any Ideas?