I have a Database which produces a transaction listing by member. Sort of like a customers statement showing an Address block, Invoices, Payments, and a balance. These are transaction records keyed by Member Id). The report forces a newpage on change of Member Id. So Far So Good. This works and I can fold each page of the report, stuff it into a Window envelope and send by post.
BUT! would’nt it be nice (and cheaper), to send each seperate page via e-mail. (And just to make it a bit different, add a .pdf newsletter as an attachment to each e-mail).
ANY ideas on how to go about this would be apppreciated. I think some kind of Do Loop would be required, but not sure how to relate this to a page of the Report.
Note: The Newsletter would be the same for each recipient, but the Page of the report of course would show different data
Devious