I have two page headers in my main report. I used the booleanvar flags to display one page header for my main report, and it displays my 2nd page header for the sub report. Now, there are instances where i do not need the 2nd page header to display for my sub-report. It depends on the group #. To be more precise, I do not want the page header to display if the next page begins with group header #2 in the sub-report. How can I suppress the page header of a subreport based on conditions in the main report. I tried using the booleanvar conditions (true/false), but they will not work in this case because I will need to suppress both page headers for group header #2 in my sub-report. In any case, i dont think they work in the sub-report. please advise.