Report with 4 different sections....

G

Guest

what I am trying to do is have a report with 4 different sections. I want
each section to pull a different record from a table I have and I want this
to continously happen until all the records in my table have been displayed..
How would I go about doing this? I am thinking that I need to use
subreports. Can I have 4 different subreports for one report? Any
recommendations on where I can find some helpful information. Thanks for any
help.
 
P

Pat Hartman\(MVP\)

The detail section of a report repeats once for each record in the
RecordSource. You may be able to use the sorting and grouping dialog to
group your data so that you have a break after "four" records.
 
G

Guest

the problem i am running into is I have 4 different subreports with each one
using 25% of the page. I want to display 4 different names in each one of
these subreports but the report keeps putting the same name in each of the 4
subreports. Any ideas? Thanks.
 
G

Guest

okay I got it figured out by just messing with the Page Setup settings and
such. Thanks for the assistance.
 
Y

yangyang

weqrweqrwer
Pat Hartman(MVP) said:
The detail section of a report repeats once for each record in the
RecordSource. You may be able to use the sorting and grouping dialog to
group your data so that you have a break after "four" records.
 

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