Add a SECTION to a REPORT?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add a SECTION to a REPORT? I have REPORT HEADER, PAGE HEADER and
then I want to add BENEFICIARY NAME HEADER before the report goes on to
DETAIL and so forth. Is it different procedure(s) for different types of
SECTIONS (i.e. BENEFICIARY HEADER vs. BENEFICIARY FOOTER vs. REPORT FOOTER
vs. GRAND TOTAL)?

Thank you
 
Open the Grouping and Sorting dialog. Add the Beneficiary Name field to the
grouping, set the grouping options, and at the bottom of the dialog tell it
whether you want a group header or footer. When you set sorting or grouping
for the report by using this dialog, the sorting in the query feeding the
report will be ignored. So, if you need other fields sorted also, you'll
need to add them here as well.
 
Back
Top