Subreports and main report Header Problem

  • Thread starter Thread starter Eva
  • Start date Start date
E

Eva

Hi
The problem I have is this. I have 3 reports with its own report headers and
page headers. I created the main report where I placed these 3 subreports and
I created group header to see page headers in my report. The problem is with
subprojects report headers, because when I preview my main report I see there
first page hearers, then subreport report header and then the data – it looks
weird. I need to have first subreport report header and then page headers.
How to do it?
Thanks
 
Sorry, I need a picture...

m = Main Form
sf = Subform
RH = Report Header
PH = Page Header
PF = Page Footer
RF = Report Footer

mRH
mPH
mDetail
sfRH
sfPH
sfDetail
sfPF
sfmRF
mPF
mRF

This is how I think the report should print. fill in what yours is doing,
then specify what you want it to do, and we'll see if we can get there.
 
In my main report I just have 3 subreports. I don't have any more data.
So I need - Main report header (I have), then subreports headers, then
subreports page headers.
Thanks

then
mRH -yes
mPH -no
mDetail -no
sfRH - yes
sfPH -yes
sfDetail -yes
sfPF
sfmRF
mPF
mRF
 
Back
Top