create multiple details in a report

  • Thread starter Thread starter RADOMI
  • Start date Start date
R

RADOMI

I am very new with Access 2000 so I need alot of help with this project. I
have created a Table(Status Report) which is the source I am trying to create
my report with. I need my report to reflect what categories I am helping
each client with and sometimes it may be more that one category. My constant
fields are First name and last name in each category. I have 11 different
categories to reflect on the report. Is there any way to create multiple
header's and details so that they group in the correct category?
 
Access reports provide for sorting and grouping. Every record creates its own
instance of the detail section. These "instances" can be grouped together by
the values derived from one or more fields in your report's record source.

If this doesn't answer your question, feel free to come back with some table
and field names, sample records, and desired display in the report.
 
Back
Top