J
Jim Wood
I have an Address Book report based on a query of names & addresses, etc. I
need to group the report into three sections based on whether the person is
a member (true/false) nonresident (true/false) or other (both of the
previous fields would be false) with each group starting on a new page.
Using the Sorting & Grouping Icon I am able to get the first two groups by
grouping on nonresident, but the third group (since it is a different type
of field??) is included in the first (resident) group instead of in a
seperate third group:
Resident Members:
name 1
name 2
name 3
...
<new page>
Non Resident Members:
name 1
name 2
name 3
...
<new page>
Other: <--- this group is missing and
it's members are included in group 1
name 1
name 2
name 3
...
Do I need to use a VBA procedure to properly sort the records into three
groups?
Thanks,
Jim
need to group the report into three sections based on whether the person is
a member (true/false) nonresident (true/false) or other (both of the
previous fields would be false) with each group starting on a new page.
Using the Sorting & Grouping Icon I am able to get the first two groups by
grouping on nonresident, but the third group (since it is a different type
of field??) is included in the first (resident) group instead of in a
seperate third group:
Resident Members:
name 1
name 2
name 3
...
<new page>
Non Resident Members:
name 1
name 2
name 3
...
<new page>
Other: <--- this group is missing and
it's members are included in group 1
name 1
name 2
name 3
...
Do I need to use a VBA procedure to properly sort the records into three
groups?
Thanks,
Jim