I have a dbase where we get our recipes from, I now created a query to get the weighted averages but I want to group the ingredients when I run the report.
Here ia an example of the table:
Date |Ingredient|OrderQty|Weight|Qty/Lug|Waste|Exp1|Expr2|
01/08| Onions | 10 | 0.20 | 6 | 80 | 60 |5.40 |
02/08| Onions | 5 | 0.30 | 4 | 60 | 20 |3.20 |
I now need only a report that says Onions(Once) and then does all my calculations
But on that report there may be upto 10 products - and I need the calculations by product
Here ia an example of the table:
Date |Ingredient|OrderQty|Weight|Qty/Lug|Waste|Exp1|Expr2|
01/08| Onions | 10 | 0.20 | 6 | 80 | 60 |5.40 |
02/08| Onions | 5 | 0.30 | 4 | 60 | 20 |3.20 |
I now need only a report that says Onions(Once) and then does all my calculations
But on that report there may be upto 10 products - and I need the calculations by product