I am trying to:
1. email a different report to a list of recipients (contained in a table) so that each gets their relevant data/page only - similar to 'Dawnd3' - have got some ideas from the forum so will test.
2. Export the report (RTF) but save each page seperately with a different filename using a record reference (from the underlying query). Each page must then contain the relevant sub-report data. I can do this for one record using a combo box on a form, but
How do I get it to run through the table do a 'DoCmd.OutputTo' for each record AND use the record reference as part of the filename?
Thanks in advance
1. email a different report to a list of recipients (contained in a table) so that each gets their relevant data/page only - similar to 'Dawnd3' - have got some ideas from the forum so will test.
2. Export the report (RTF) but save each page seperately with a different filename using a record reference (from the underlying query). Each page must then contain the relevant sub-report data. I can do this for one record using a combo box on a form, but
How do I get it to run through the table do a 'DoCmd.OutputTo' for each record AND use the record reference as part of the filename?
Thanks in advance