To clarify my comment and correct info;
"txtBox on MainReport control Source = subReportControl.Report!summaryFieldOnSub"
what is there:
Reports:
MainReport (has text box txtSummary)
stDocName (has a field summary)
Drag stDocName onto MainReport, a subreport control is created called stDocName; it has fsummary and other fields.
txtSummary = stDocName.[Report].[summary]