passing a variable

scratch

Registered User.
Local time
Yesterday, 16:04
Joined
May 10, 2005
Messages
98
Hello,

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
 
looks like a global variable worked nicely in this case...
 
I've always found setting the Tag property useful.
 

Users who are viewing this thread

Back
Top Bottom