I would basically like to summarize two summaries between two tables. I have a parent-child work order hierarchy report that is grouped by parent. Within each group / hierarchy, I would like to provide a summary total of materials. Meaning, I need to summarize all the CHILD work orders and the PARENT. The issue is that the materials from the PARENT work order are from an ALIAS table. So, how can I create a summary for each group, and then a grand total summary at the end of the report that encompaces all the groups and those work orders that are oustide of those groups. The work orders outside of the groups are those that do not have a PARENT work order. Any help would be greatly appreciated.