Report printing

V

VAL

I have a fairly large report that contains sometimes 5 pages, sometimes 4 of
data for each client ID. I need to print this report every three months,
back to back. My printer has that feature.

When the data per Client ID has an even number of pages, printing back to
back is no problem. When it has an odd number of pages, per Client ID - the
only solution I found was to have a prompt for Client ID and print each
client's report, one by one, back to back as the last page of the report is
blank on the other side.

Now that the database contains many records, this method is not efficient
and VERY time consuming. Would have a solution?

I am new to Access. If you provide an answer that requires VB, please
provide all coding, in detail and it's exact location. THANK YOU.
 
Top