Parse out multi-page report

D

doreendev

I have a database written by someone else, which generates a report that
combines multiple invoices into one long string of page after page of
reports. I want to make it so that I can still just ask for the report to
run once, and have it automatically parse out each person's invoice, and then
fax it to them automatically as well (fax number is a field in the table
being used and currently shows up on the invoice page).

Currently the report is exported, then cut/paste into individual files, then
printed and faxed. I want to get rid of all these extra steps and I KNOW
someone out there knows how to do this...I'm not an great programmer, so
plain english please :) Like I said this isn't my database and that person
is no longer available to ask so I'm trying to figure this one out.

any help would be greatly appreciated! (as always)
 
Top