I have a report with a loop in details. I.e., there is a subform that shows how many products where ordered within one order. So in one order I have two products with two prices.
Now I try to sum like I would do it on a form =Sum(([Price])+([Extras])) but it only gets the value of one of the items in the subform. How can I make it sum all the items of the subform?
Now I try to sum like I would do it on a form =Sum(([Price])+([Extras])) but it only gets the value of one of the items in the subform. How can I make it sum all the items of the subform?