Ok I have a scenario of a perfume business.
There are 11 Perfumes.
Each contain 12 differnet ingredients (ING01, ING01, ING03 etc..)
I have made a form which shows the Order ID and status of the order, along with a subform with information of the order ingredients.
I need to do a formulae or something where I can add each ingredient together then take it away from a VAT Level. The trouble is, as I have more than one order in the subform, I need it to add up the corresponding ingredients, so ING01 (of order 1) + ING01 (of order 2) then take this figure away from the VAT Level so it is updated.
Is that clearer?
I been thinking about it, maybe I could just group the ING so there were only 1-12 and all the batches added together? How could I do this?