SubReport Controls

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
 
G

Guest

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.
 
D

DS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top