Hello,
I know that you can pass information to a report with openargs but what about when your instantiating a new report like
Is there any way to pass a variable to it? I've tried a few ways and no luck.
Thanks,
scratch
I know that you can pass information to a report with openargs but what about when your instantiating a new report like
Code:
Dim rpt As New Report
Set rpt = New Report_rptClinicalInfoForStudent
Is there any way to pass a variable to it? I've tried a few ways and no luck.
Thanks,
scratch