I have a problem with a calculated field on a query for a purchase order. Fields include Qty, Unit Price, Tax Rate.
I have created calculated fields in this query that work fine - Item Subtotal (calculates qty * unit price), and Item Total (adds item subtotal and tax amount). My problem is the calculated field for tax amount-
TaxAmt: CCur([ItemSubtotal]*[TaxRate])
The tax rate is listed as a decimal 0.065 or 0.06, depending on the tax rate where an item was purchased.
If I have a qty of 50 items that were $0.50 each, my subtotal (before tax) equals $25.00,however, the tax $ amount also comes out to $25.00 using the calculated field noted above. Unfortunately, I need to have tax totalled on each line item. It seems like this should work. Can anyone help on this? Thanks very much...GH
I have created calculated fields in this query that work fine - Item Subtotal (calculates qty * unit price), and Item Total (adds item subtotal and tax amount). My problem is the calculated field for tax amount-
TaxAmt: CCur([ItemSubtotal]*[TaxRate])
The tax rate is listed as a decimal 0.065 or 0.06, depending on the tax rate where an item was purchased.
If I have a qty of 50 items that were $0.50 each, my subtotal (before tax) equals $25.00,however, the tax $ amount also comes out to $25.00 using the calculated field noted above. Unfortunately, I need to have tax totalled on each line item. It seems like this should work. Can anyone help on this? Thanks very much...GH