Printing

A

Amateur

I sorted my report by Customer number. There are +/- 60 customers listed in
that report.
NOW, I would like to print each customer report to a differnt folder (if
possible in PDF Format) by pushing one button. How, and where do I have to
program that?
Can anyone help?
I tried with http://ourworld.compuserve.com/homepages/attac-
cg/acgsoft.htm but it only makes it easier to print the total report in a
PDF format -but it does not give me the solution for splitting my report into
the different customer ID's folders

Thanks in advance
Klaus
 
P

phillip9

Hello,

I belive, to do what you want, would require you to program a Loop in VBA.
i might handle the task similar to this.

1. create a form
2. put a button on the form.
3. program VBA code to loop through my query results, that make up the
full-report
4. use the code from ACG Soft to print each individual sub-report as a PDF


If there is an easier way to do this, I would love to hear about it.


Thanks for the information on ACG Soft, they have some interesting looking
products.


Phil
 
D

Duane Hookom

Seems as though you posted this same question in another thread. This is
generally frowned on.

Also, you have asked several questions in these groups and should learn to
use a more descriptive "Subject:". Maybe something like: "Printing one PDF
for each customer" or something similar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top