I'm looking to create a report which is specifically designed to be over multiple pages, based on one condition. The condition is that when the grouped item (call it invoice) changes, it starts a new page, instead of putting all the data on as little pages as possible.
At the moment it runs like this,
Invoice, Date, ID
------------------
2 , Now , 1
------------------
3 , Now , 1
------------------
I want to insert a page break between the invoice numbers, but can't figure how to do it, is it possible?