How can I generate multiple copies of the same report (each will report a differnt set of data). The criteria for each report is held in a table, one record for each copy of the report.
I currently loop through this table, alter the query used by the report and then execute docmd.openreport "reportname", previewmode. This simply brings up one copy of the report representing the first set of data.
Thanks in advance
DS
I currently loop through this table, alter the query used by the report and then execute docmd.openreport "reportname", previewmode. This simply brings up one copy of the report representing the first set of data.
Thanks in advance
DS