Print more than one report at a time ?

  • Thread starter Thread starter SpookiePower
  • Start date Start date
S

SpookiePower

I have about 500 customers in my database and once each month
I print out a report for each customer that belongs to the current month we are in.
It take pretty long time, because I find each customer and print one report at a time.

I would like to say - Print all customers in may - and then it will begin
to print out a report for each customer in that month.

How can this be done ?
 
SpookiePower said:
I have about 500 customers in my database and once each month
I print out a report for each customer that belongs to the current month we are in.
It take pretty long time, because I find each customer and print one report at a time.

I would like to say - Print all customers in may - and then it will begin
to print out a report for each customer in that month.

How can this be done ?

Depends how your report is structured.

You could have your report based on a query which returns all May
customers, and then group on the customer ID. Then, you do a page break
after the group footer.

This would give you each customer on it's own page, and would be a
single report for all customers.
 

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

Back
Top