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.
--
Regards
Jeff Boyce
<Office/Access MVP>
Bacchus said:
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
report up to a specific area and it also has AREAID as a field and that is
how I combine the two tables. What I want is a report that will list the
Area at the top, then all of the personnel that work in that area office,
then I want all of the branches that report up to that area to be listed
below.