Dhookom??????
Hi Darude, I don't mean to hijack your thread, but Dhookom alluded to a solution that would fix my problem.
My problem would be solved by using the same report and inserting page breaks between the sections of the report.
At the momment, my code generates all the info, and prints it to the debug window, but only the information from 1 loop is displayed in a report. I call the report from inside the loop, but it only opens once.
My question is do I use the DoCmd.openreport "result_report", acViewPreview code for each iteration, or only once, then append to the report somehow, and how do I insert a page break?
If I should be appending, please advise how this can be done.
Thanks!