问题
How do I remove the header on the last page of Access report?



回答1:
Add a Group to your report, grouping on the expression =True
. That will create a group that includes all records in the report.
Give that group a Group Header, then move the column heading labels from the Page Header to the Group Header. In the Properties for the Group Header, set Repeat Section
to Yes
so the column headings appear on each page of the group.
When the report prints the Report Footer (with the totals) it has moved past the end of the group (i.e., past the last record in the report) so the column headings should not appear.
来源:https://stackoverflow.com/questions/19125697/omit-page-header-on-last-page-of-access-report