I'm not sure I have understood you correctly.
If you use a running sum in your subreport, you can get the behavior you
describe. Use a nomal sum there if possible.
The main report will look like this in design view:
,--------------------------------
| Detail section
| ,------------------------
[quoted text clipped - 10 lines]
| Report Footer section
| [T5]
'---------------------------------
T1 - T5 are 5 text boxes, with properies like this:
- T1:
Control Source: Container (or whatever your field is called.)
- T2:
Control Source: =Sum([Container])
- T3:
Control Source: =IIf(qrWipMaterialSum.Report.HasData,
Nz(qrWipMaterialSum.Report!txtContainerSum,0), 0)
Name: txtSubtotal
- T4:
Control Source: =[txtSubtotal]
Running Sum: Over All
Visible: No
Name: txtSubtotalRS
- T5:
Control Source: =[txtSubtotalRS]

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> Allen:
> Thanks for your reply.
[quoted text clipped - 66 lines]
>> > Thanks,
>> > FatMan
FatMan - 12 Mar 2007 15:31 GMT
Allen:
Thank you for your help. I understood your second reply and as usual you
were rignt on the money.
Thanks for the help, I greatly appreciated it.
Take care and god bless.
FatMan
> I'm not sure I have understood you correctly.
>
[quoted text clipped - 110 lines]
> >> > Thanks,
> >> > FatMan