N
Nhan
Hi,
I have a access program, that allows users to open different instances of a
report in preview modus, each instance had own data.
How can I do this?
I can create many instance of a report with
dim rpt as report_report1
set rpt = new report_report1
but when an instance is created, the report is loaded, opened and formated
immediately.
I can't pass any parameter.
Thanks for help
Nhan
I have a access program, that allows users to open different instances of a
report in preview modus, each instance had own data.
How can I do this?
I can create many instance of a report with
dim rpt as report_report1
set rpt = new report_report1
but when an instance is created, the report is loaded, opened and formated
immediately.
I can't pass any parameter.
Thanks for help
Nhan