Subreport Header display, I’m trying to a use a form to print reports. Some reports will be subreports in more complex reports. I have tried to turn off the headers by code in the subreports and turn them back on in the more complex reports without any luck. Please any help! I’m stuck.
The main report name:
RptATSSummaryProductionReport
The subreport name:
rsubSummaryJobCost
Code I’ve tried
Reports!rsubSummaryJobCost.Section(acHeader).Visible = True
Reports!RptATSSummaryProductionReport!rsubSummaryJobCost.Section(acHeader).Visible = True
The first will turn the header off /on when it is a stand alone report
Thanks for the Help
Full Time Softball Coach/Part time IS manager
CoachKris
The main report name:
RptATSSummaryProductionReport
The subreport name:
rsubSummaryJobCost
Code I’ve tried
Reports!rsubSummaryJobCost.Section(acHeader).Visible = True
Reports!RptATSSummaryProductionReport!rsubSummaryJobCost.Section(acHeader).Visible = True
The first will turn the header off /on when it is a stand alone report
Thanks for the Help
Full Time Softball Coach/Part time IS manager
CoachKris