Where is the access group footer?
The location and function of the three groups of headers and footers in the access report
1. Report header/footer: All content in the report header can only be output in The beginning of the report. Usually at the top of the home page. Put the title of the report in a large font in a label control;
Report Footer: This section generally appears in the report after all detail sections and group footers are output. The last end. By arranging text boxes or some other controls in the report footer area of the report, you can output the calculation summary and other statistical information of the entire report.
2. Page header/footer: The text or controls in the page header are generally output at the top of each page. Usually it is the column header used to display data;
Page footer: generally contains the page number or the total content of the control item. The data display is arranged in a text box or some other type of control.
3. Group header/footer: The group header mainly arranges text boxes or other types of controls to output data information such as group fields.
(Use the "Sort and Group" attribute to set the group header/footer area to achieve group output and group statistics of the report.)
The group footer mainly arranges text boxes or other types The control displays grouped statistics.
Note: Group header and group footer can be used separately as needed.
Related recommendations: "Access Database Tutorial"
The above is the detailed content of Where is the access group footer?. For more information, please follow other related articles on the PHP Chinese website!