Sorry, but I'm still not clear ...
Are you saying you have one row per person in your [Area] table? If so, why
is there an "AREAID"? Doesn't that ID refer to an AREA, rather than a
person?
Your [Branch] table lists branches that report to AREAs ... does this mean
you have one row per branch, and each branch has an AREAID? Can a branch
report to more than one AREA?
You can create a query that joins the two tables on AREAID, and shows area,
person and branch.
You can use that query as the source for your report.
In design mode of your report, you'll need to use the Sort/Group toolbar
button to make AREA the "outermost" group. It sounds like you might need to
include the persons at the area as detail records, and a second report,
embedded as a subreport, to display the related branch offices. But I can't
be sure, as I don't yet understand your data structure/relationships.

Signature
Regards
Jeff Boyce
<Office/Access MVP>
> I have an Area table that lists all of the area personnel with the AREAID as
> the relating field to the branch table. The branch table lists branches that
[quoted text clipped - 15 lines]
> > > area office. I tried subreports, but it produces a new page for each area
> > > employee. Is there a way to do this?
Bacchus - 09 Jan 2006 21:00 GMT
Sorry again, but yes in my area table I have one person per row. The AreaID
tells me which area that person works in. I am trying to list all of the
people who work in a certain area Office. Then underneath I want a list of
all the branches that report up to that area office. Yes each branch has an
areaID. I think what is confusing you is that the area personnel do not work
at a branch.
You are correct in that the design of my report I need the outmost grouping
to show the area, then I want a listing of all the people that work in the
area office. I tried to do a subreport that then listed all the branches
that report to that area office. That is where I was having problems. For
each area person, I would get a repeated list of branches.
> Sorry, but I'm still not clear ...
>
[quoted text clipped - 41 lines]
> area
> > > > employee. Is there a way to do this?
Jeff Boyce - 10 Jan 2006 02:39 GMT
Check the properties of your "repeating" controls -- you can hide
duplicates.

Signature
Regards
Jeff Boyce
<Office/Access MVP>
> Sorry again, but yes in my area table I have one person per row. The AreaID
> tells me which area that person works in. I am trying to list all of the
[quoted text clipped - 54 lines]
> > area
> > > > > employee. Is there a way to do this?