K
Karl Burrows
I may be approaching this from the wrong direction, but I have a small
database that has basic contact information. There is another table that is
used to populate a field called "Committees". If I open the committees
table, I can see the grouping of all members for each committee name. That
works fine. Now I am told, there could be people on multiple committees.
So, now I need to figure out how to populate the form (I created 3
additional fields called Committee2, 3, etc.) as well as populating the
committee table to show a member in multiple committees. I tried a
self-join to see if that would work, but it only shows the first committee
field. I need it grouped so I can create reports by committee as well.
Any thoughts? Thanks!!
database that has basic contact information. There is another table that is
used to populate a field called "Committees". If I open the committees
table, I can see the grouping of all members for each committee name. That
works fine. Now I am told, there could be people on multiple committees.
So, now I need to figure out how to populate the form (I created 3
additional fields called Committee2, 3, etc.) as well as populating the
committee table to show a member in multiple committees. I tried a
self-join to see if that would work, but it only shows the first committee
field. I need it grouped so I can create reports by committee as well.
Any thoughts? Thanks!!