Sound easy enough? I am not finding that to be the case.
My main report contains the numeric identifier WU_id. I am calling on the main report from VB6 using the following SelectionFormula:
CrystalReport.SelectionFormula = "{rptQryWriteUp.WU_id} = " & txtWU_id.Text & " "
My subreport (rptIndustryRatings) also contains the WU_id.
How do I bring my subreport into my main report and have subreport.WU_id = mainreport.WU_id?
My main report contains the numeric identifier WU_id. I am calling on the main report from VB6 using the following SelectionFormula:
CrystalReport.SelectionFormula = "{rptQryWriteUp.WU_id} = " & txtWU_id.Text & " "
My subreport (rptIndustryRatings) also contains the WU_id.
How do I bring my subreport into my main report and have subreport.WU_id = mainreport.WU_id?