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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameters in both Main and Subreport

Status
Not open for further replies.

victora

Programmer
Feb 11, 2002
118
0
0
US
I have a parameter on the main report that a user fill up at runtime. How can I pass the same value of the parm to a subreport so I can use it to filter records. The main and the sub are not link by a common field.

Thank you in advance.
 
Under [Edit], choose [Subreport Links] and make a link for the parameter field. Note that the software will want to match it to something, and will add a statement to the subreport record select reflecting that link. You can of course remove the selection criterion and use the parameter for something else, once the connection is made.

It helps to give your Crystal version, since newer versions have extra options, and some extra problems.

[yinyang] Madawc Williams (East Anglia, UK) [yinyang]
 
Sorry, I'm on CR10/SQL Server 2000.

I finally figured it out last night. And its the same like you r solution. Thank you for reply...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top