Does anyone know how to open multiple instances of the same report?
I have a report named: rptPOs
I need open multiple instances of the report at one time (so the user will know to print ALL instances of the report).
I'm trying to open each report each report passing different filter criteria using:
DoCmd.OpenReport "rptPOs", acPreview, , stLinkCriteria
Which of course, does not seem to work.
Can anyone help?
Thanks,
Jeff
I have a report named: rptPOs
I need open multiple instances of the report at one time (so the user will know to print ALL instances of the report).
I'm trying to open each report each report passing different filter criteria using:
DoCmd.OpenReport "rptPOs", acPreview, , stLinkCriteria
Which of course, does not seem to work.
Can anyone help?
Thanks,
Jeff