Hi,
When the user click on a hyperlink I need to call another report with values that area based on the parameters passed to it from the hyperlink they clicked on.
I am thinking the value of the hyperlink would look something like this:
”TargetReport.rpt?CustID=” + CustID
Where TargetReport.rpt displays customer information based on the value pass to it from the CustID variable.
Can this be done?
If so, how can I do it?
Thanks In Advance,
Peter Mead