I'm pretty sure I have done this in the past by setting up a dummy group and checking the group options to repeat group header on each page. You may have to use the "whileprintingrecords" command though. So, add a formula like "PageHeader" in the sub-reports with the formula:
Whileprintingrecords;
" "
Then add PageHeader as a group with the repeat group header on each page checked. Put your page header information in that group header section. If whileprintingrecords doesn't work you may want to try whilereadingrecords
Jenn
[Non-text portions of this message have been removed]
Whileprintingrecords;
" "
Then add PageHeader as a group with the repeat group header on each page checked. Put your page header information in that group header section. If whileprintingrecords doesn't work you may want to try whilereadingrecords
Jenn
[Non-text portions of this message have been removed]