List Groups in Page or Report Header?

K

Karin

I have a report with several groups. I would like to list the items in one
group in the page header.

For example: GroupA contains Cats, Dogs, Fish
In the Page Header I would like a field that would show those items. How
can I do that?
TIA
 
M

Marshall Barton

Karin said:
I have a report with several groups. I would like to list the items in one
group in the page header.

For example: GroupA contains Cats, Dogs, Fish
In the Page Header I would like a field that would show those items. How
can I do that?


Create a report based on a query that contains the group id
field and the field with the data you want to display. Then
use this report as a subreport in the page header section.
(Link Master/Child would both be set to the group id field.)

Warning: the page header/footer section can not grow, so I
hope you don't have too many items in a group.
 

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