I have an invoice file that I use to put products on an invoice and send to customers. I have a header, body and footer. The problem I'm having is figuring out how to only show so many repetitions of the product fields. If I only have one product I just want to show one row. If I have 25 products I want to have 25 rows. If I have 25 rows it spans multiple pages with the footer and the bottom totaling the rows. How do I do this? I've attempted with parts but I just don't see how it can be done.