I have a query which returns records that can be grouped at four levels: Orders --> Products --> Components --> Parts --> Materials. The Materials records appears in the details section. I want to summarize Materials data (requirements and costs) at the upper group levels. What is happening right now is that the group totals are not grouping different material data but instead calculating the total lengths for all material types together.
The title above is the best way I can sum this up. Any help?