SubReport Controls

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I have 2 subreports on a main report. I need to refer to a control on one
subreport from the othrt subreport.
This doesn't seem to return anything.
=Reports!rptEOD.rptEODSales.Report!TxtGrandTotal
Any help is appreciated.
Thanks
DS
 
In this case I you could use a 'dummy' on the main report where you put the
value of the first subreport control. The other subreport can look at the
dummy placed on the main report (makes the reference a lot easier to write)
and then reference that from your second subreport.
 
Works great.
Thanks
DS
Maurice said:
In this case I you could use a 'dummy' on the main report where you put
the
value of the first subreport control. The other subreport can look at the
dummy placed on the main report (makes the reference a lot easier to
write)
and then reference that from your second subreport.
 
Back
Top