Does anyone know if there is a way to dynamically assign the name of a data report at runtime. I want to have a generic procedure to populate multiple reports at run time. But when I try to dynamically assign the name of the report I get errors.
Set rptReport = sReportName gives me an "Object required" error message.
The Report.Name property is not settable at runtime.
Has anyone done this???
Set rptReport = sReportName gives me an "Object required" error message.
The Report.Name property is not settable at runtime.
Has anyone done this???