Help with Subreports

I

IreneJ

I have a main report and a subreport, both reports has
information that is sorted and grouped by date. Is there
a way to get all the date information from both reports
to group together on the report. I was wondering if I
had the subreport in the wrong place. I put in in the
report footer and it runs the whole subreport complete
all by itself, which isn't what I wanted. Any help
gratefully accepted.
IreneJ
 
D

Duane Hookom

If you want the date information from the main and subreports together, you
will need a grouping for each unique date in the main report. Place your
subreport in this section and set the Link Master/Child properties to the
DateField.
 
Top