Columns in reports

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

I have a report with a page header, 3 group headers and a detail section.
How can I set this up to have all headers the full width of the report and
multiple columns in the detail section?

I'm using Access 2000.
 
Del said:
I have a report with a page header, 3 group headers and a detail section.
How can I set this up to have all headers the full width of the report and
multiple columns in the detail section?


That requires that the detail fields be in a subreport.
Then main report's record source query would only include
the grouping fields without the detail fields.
 
Back
Top