Omit page header on last page of Access report?

安稳与你 提交于 2019-12-24 03:22:52

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!