Hi
I thought this would be a simple pagination parameter but I can't seem to find anything quite right.
I need to set an invoicing report to print out double sided for each customer. The report therefore needs to check the page number for each customer invoice and if it is not a multiple of 2 then add in a blank page to bring it up to a multiple of two.
Would anyone have an if statement that could achieve this in an easy way?
The only route i can seem to find is to set the number of rows returned on each page to X number
then find out how many pages that equates to and then insert a blank rectangle/sub report if not even but it seems a bit long winded and relies on the rows all being the same size?
Any help most appreciated