I have a report that creates two additional pages per item. I have the main report printing the pages but the subreports do not print the page numbers so I end up with a report that goes page 1, page 4, page 7, etc. I need to print the numbers on each page. How do I do this???? Please note, I am new to this and not a programmer. This is the control source I have in the primary report and each subreport : =IIf(([Page]>0),"Page " & [Page],"")
Thanks