Hopefully this is my last big question for a while. This, to me is a bit of a problem.
I need to extract the Members name and their executive position within each of their own group or Chapter. I believe it would be a select statement of some sort.
GroupName = CommitteeMembers.Committee_ID
FirstName LastName = CommitteeMembers.Member_ID
Position = CommitteeMembers.Position
Data should look as follows.
Group Name
President Joe Blow
1st Vice President Sam Blowhard
Secretary John Henry
The second part to this puzzle is which section to put this. Does it go into a second "detail section?
Thanks in advance.
I need to extract the Members name and their executive position within each of their own group or Chapter. I believe it would be a select statement of some sort.
GroupName = CommitteeMembers.Committee_ID
FirstName LastName = CommitteeMembers.Member_ID
Position = CommitteeMembers.Position
Data should look as follows.
Group Name
President Joe Blow
1st Vice President Sam Blowhard
Secretary John Henry
The second part to this puzzle is which section to put this. Does it go into a second "detail section?
Thanks in advance.