Make columns in report details but not in group headers

G

Guest

I have a report that has a group header section and a detail section. The
detail section is a single list of names.
I want to display the detail section only as multi-columns but keep the
group header section as a single column. In this way I will reduce the number
of pages of the report.
 
M

Marshall Barton

Theresa said:
I have a report that has a group header section and a detail section. The
detail section is a single list of names.
I want to display the detail section only as multi-columns but keep the
group header section as a single column. In this way I will reduce the number
of pages of the report.


You'll need to create two queries. The main query would
only return the grouping field and related values without
any duplicate records. The second query would return the
name and grouping id field.

Once you get the queries working properly, Create a main
report base in the main query with the data in the detail
section.

Then create a second report for the names. Set this
report's Columns to however many you need and be sure to
select Across then Down.

Now, add the second report to the main report's detail
section and set the Link Master/Child properties to the
grouping id field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top