This is not NTWS so much, but I'm rusty on my report writing when it comes to breaking to a new page.
I'm creating a report of 10 pages (for example). It will use a single record, and give some data on each page, but will also analyze data and create graphs and charts to give a management report to the user.
I am unclear on how to put data onto a detail, then cause it to break to a new page, and create more data from the same record. There is no data to break on really.
I have thought about just stringing together multiple procedures to print the report, but it wouldn't all show up on a single PDF doc in the browser. Thanks for any guidance!