在访问报告的最后一页上省略页面标题? [英] Omit page header on last page of Access report?

查看:89
本文介绍了在访问报告的最后一页上省略页面标题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何删除访问报告最后一页上的标题?

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

推荐答案

将一个组添加到您的报表中,并根据表达式=True进行分组.这将创建一个包含报告中所有记录的组.

Add a Group to your report, grouping on the expression =True. That will create a group that includes all records in the report.

给该组标题一个组,然后将列标题标签从页面标题移动到组标题.在组标题"的属性"中,将Repeat Section设置为Yes,以使列标题显示在组的每一页上.

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.

这篇关于在访问报告的最后一页上省略页面标题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆