Double Sided Document Printing; how to add empty pages to odd numbered reports?

Hi there,

We have a report that prints out all of our customers along with their data. This document has roughly 68 pages, give or take. Currently, the customers are listed one after another. Some customers have more data than others. Every Customer starts on a new page.

We would like to be able to print the report in double sided mode, however, we don’t want Customer B’s data to be printed on the pack of Customer A (which it is currently doing) .

I was thinking maybe add a blank sheet if page number is odd, and do nothing if even? Maybe there is a better way? If not, how should this logic be coded?

What is the best way to go about generating this report so that it can print correctly in double sided print mode?