Hi,
I have a report that prints orders for suppliers. So, for any given date, page one will be all orders for one supplier, page two orders for another and page 3 orders for someone else. And so on.
What I want to do is save each of these pages as separate rtf files (one page per supplier, supplier being the primary key).
Any ideas on the best way to approach this? At the moment, a form allows the user to input a date range. This will then show all the orders for all suppliers for this range. They then save that report as one long RTF file. They then open that in Word and manually save each page as a separate file.
Many thanks for any help received.
I have a report that prints orders for suppliers. So, for any given date, page one will be all orders for one supplier, page two orders for another and page 3 orders for someone else. And so on.
What I want to do is save each of these pages as separate rtf files (one page per supplier, supplier being the primary key).
Any ideas on the best way to approach this? At the moment, a form allows the user to input a date range. This will then show all the orders for all suppliers for this range. They then save that report as one long RTF file. They then open that in Word and manually save each page as a separate file.
Many thanks for any help received.