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

Issue with report parameter 1

Status
Not open for further replies.

Saturn57

Programmer
Aug 30, 2007
275
CA
I have a parameter that is used to select a particular field number in order to select records to generate a report so the user is asked to enter the record number prior to printing the document. In this report I have a sub report that asks the user for the same field number. When someone goes to print the report it asks for the same field number twice once for the main report and once for the sub report. Is there a way to pass this parameter through so the user is not requested to input the parameter twice.
Thanks in advance.
 
Yes

In subreport links, add param from main report to top right hand pane.

In lower left window select corresponding param from sub report.

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top