Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

subreport dependent on another subreport

Status
Not open for further replies.

rsknut

Programmer
Jul 3, 2003
15
US
Hello,

I am creating a report that contains four different subreports. The problem is that one of the subreports use data for parameters from another subreport within the main report.

For example,

main report
subreport_1 LINKED TO main report
subreport_2 LINKED TO subreport_1

I tried using shared variables to link the subreport_2's parameters to subreport_1's shared variables but you can only use shared variables WHILEPRINTINGRECORDS where I need to use the shared variables for parameter usage in my query criteria (BEFOREREADINGRECORDS).

Any help is much appreciated...
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top