matrixindicator
IS-IT--Management
I thinks its a dummy question, searching previous I could not find the right answer.
I have a subform, listing a few lines (orders) of record, for each order there are fields [PRICE] [PRICEVAT] [PRICETOT]. I need to get the subtotal in the footer on this subform.
I get the #error message when trying to get the sum of PRICETOT [PRICE+VAT] * ORDERED NUMBERS
I have a subform, listing a few lines (orders) of record, for each order there are fields [PRICE] [PRICEVAT] [PRICETOT]. I need to get the subtotal in the footer on this subform.
Code:
=Sum([PRICE]*[NUMBER])
I get the #error message when trying to get the sum of PRICETOT [PRICE+VAT] * ORDERED NUMBERS