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

Parameter in a subreport

Status
Not open for further replies.

akaivyleaf

Programmer
Nov 1, 2000
42
US
I have a report that is based on staff name. I have a subreport that gives totals on decisions by staff name. Both report and subreport use parameters. For the convenience of my users, the answer to both parameters should be the same, hence I want access to take the value of the first parameter as the value for the second one.

Any suggestions on how to do this so as not to be prompted to answer the same question twice?

Sharon
akaivyleaf@hotmail.com
 
Maybe I was a bit hasty in writing this request. I solved my own problem.

Because I was using a subreport, it was already reading information required by the report so it was redundant to have two parameters. I deleted the parameter for the subreport query and it works seamlessly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top