I have a main report which has 2 section levels above detail. I am using the =[Page] to assign and display rhe page number on this main report. I use another report with just the two sets of section level data as a Subreport to the main report. It uses a different Query. The Subreport is placed in the Report Header of the Main Report. How do I capture all of the page numbers from the main report which includes the detail section for subsequent use (i.e, display in the Subreport)? Can I use an event or action to capture the main report page number value for subsequent use (possibly place the value in a table with an Update Query and then select it with a query for use on the Subreport?