I am using vb6 to pass parameters and display crystal reports (using the reports design component).
I have a main report which I have deleped which is essentially being used as nothing more than a house for my two subreports.
Problem: I am attempting to pass a date parameter to the two subreports. I have a form where I enter the date and click a button to show the report. I want the subreports to only show data with a date >= the date entered by the user.
Do I pass my parameter directly to the subreports? Do I pass my parameter to the main report and then link it to the subreport? If so, how? Please be specific as I have been trying to get this to work for several hours.
Thank You.
I have a main report which I have deleped which is essentially being used as nothing more than a house for my two subreports.
Problem: I am attempting to pass a date parameter to the two subreports. I have a form where I enter the date and click a button to show the report. I want the subreports to only show data with a date >= the date entered by the user.
Do I pass my parameter directly to the subreports? Do I pass my parameter to the main report and then link it to the subreport? If so, how? Please be specific as I have been trying to get this to work for several hours.
Thank You.