Is there a way to pass a parameter from a Primary report to Sub-reports? I have a primary report that collects a numeric value as a parameter when invoked. This report also has two sub-reports, which also need to use that value as a parameter.
What's happening is my program passes the value to the primary report when it is called, but then the user is prompted for the same parameter for each of the sub-reports. I want to have the sub-reports get that value from the primary report without prompting the user -- how can I do that?
Thanks in advance
Craig in NJ
What's happening is my program passes the value to the primary report when it is called, but then the user is prompted for the same parameter for each of the sub-reports. I want to have the sub-reports get that value from the primary report without prompting the user -- how can I do that?
Thanks in advance
Craig in NJ