subforms vs subreports

L

Laurel

Are there any downsides to putting a subform (which exists already for other
reasons) onto a report using the subreport feature?
 
R

Rick Brandt

Laurel said:
Are there any downsides to putting a subform (which exists already
for other reasons) onto a report using the subreport feature?

It will produce errors if you try to use OutputTo or SendObject on the parent
report.
 
Top