J
Jeff
I have the following task to automate:
I have a report that has a few hundred pages in it. Currently each page of
the report is printed on paper then scanned into an imaging system. Each
page has fields on it that are indexes in the imaging system. For example,
policy number and last name. When the page is imaged the indexes are keyed
into the image system and attached to the image.
The imaging system has a utility that will do this automatically but only if
EACH PAGE of the Access report is saved as a file and each file be named with
the policy number and last name indexes in the filename. So the files would
look like:
POLICYNUMBER1_LASTNAME1.rtf
POLICYNUMBER2_LASTNAME2.rtf
POLICYNUMBER3_LASTNAME3.rtf etc...
I'm wondering if anyone can help me with this? How can I cycle through all
the pages of the report and save only one page at a time as a file? If
possible I would prefer to only run the report one time - not have to
regenerate it for each record because it takes a long time to run. Can
anyone give me something to start with? Thanks.
I have a report that has a few hundred pages in it. Currently each page of
the report is printed on paper then scanned into an imaging system. Each
page has fields on it that are indexes in the imaging system. For example,
policy number and last name. When the page is imaged the indexes are keyed
into the image system and attached to the image.
The imaging system has a utility that will do this automatically but only if
EACH PAGE of the Access report is saved as a file and each file be named with
the policy number and last name indexes in the filename. So the files would
look like:
POLICYNUMBER1_LASTNAME1.rtf
POLICYNUMBER2_LASTNAME2.rtf
POLICYNUMBER3_LASTNAME3.rtf etc...
I'm wondering if anyone can help me with this? How can I cycle through all
the pages of the report and save only one page at a time as a file? If
possible I would prefer to only run the report one time - not have to
regenerate it for each record because it takes a long time to run. Can
anyone give me something to start with? Thanks.