Right now I have an invoice report than works fine for < 10 items on the order, but once there is more it will have the header on the first page with some of the items, then the rest of the items on the second with the footer at the bottom. (the report only has one header and one footer no matter how many pages)
All items are in the detail section, header and footer information are in appropriate positions.
How I want it to be is: each page has a header and footer, then all the items show up in the detail section. Once there is say 8 items or more it will insert a page break. Seems like access should do this automatically as this is the logical way if you have a header and footer.
I know you can insert a page break then activate it in code but i'm not sure exactly how to do this.
Thanks
All items are in the detail section, header and footer information are in appropriate positions.
How I want it to be is: each page has a header and footer, then all the items show up in the detail section. Once there is say 8 items or more it will insert a page break. Seems like access should do this automatically as this is the logical way if you have a header and footer.
I know you can insert a page break then activate it in code but i'm not sure exactly how to do this.
Thanks
Comment