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

Using Subreports with stored procedures

Status
Not open for further replies.

Tigger9969

Programmer
Nov 27, 2001
7
CA
Here's what I have:

I have a main report that uses a stored procedure. Here's what I want to do...

I need to create a subreport that summarizes the data from the main report. If I add an unlinked subreport, can I pass the stored procedure parameter values from VB to the subreport? Or is there a way to link the parameter fields together so that it uses the same parameter values as the main report. (Something like setting the default value of the parameter to the main report parameter?

Tigger9969
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top