O
OldManEd
I have 2 related tables. One is for Groups with fields like name, address,
town, etc. The second table has records for individuals in each group (3-5
members in each group). The tables are related by IDs for the Groups and
individual IDs for the members.
I want to create a report with two columns.
Group Name
Group Address
Group Town/State/Zip
Group Phone
Member#1, Member#2, Member #3, Member #4, Member#5
I tried to use a query for both tables but got up to 5 records for each
group. .I then create a report with the group data in a 2 column report base
on data from only the Group table. Same as first 4 lines above.
Can someone suggest how to add the member's names from the "individual"
table to this report?
Thanks,
ed
town, etc. The second table has records for individuals in each group (3-5
members in each group). The tables are related by IDs for the Groups and
individual IDs for the members.
I want to create a report with two columns.
Group Name
Group Address
Group Town/State/Zip
Group Phone
Member#1, Member#2, Member #3, Member #4, Member#5
I tried to use a query for both tables but got up to 5 records for each
group. .I then create a report with the group data in a 2 column report base
on data from only the Group table. Same as first 4 lines above.
Can someone suggest how to add the member's names from the "individual"
table to this report?
Thanks,
ed