Alphathree33
Platinum Member
Say I have a table of Groups.
Say I have a table of People.
Say each person can be assigned to multiple groups, but I don't know how many (if any) groups each person will be assigned to.
Is there a good way to do this? Currently my only idea is to make a "Groups" field in "People" and then use comma-separated ID numbers to indicate which groups e.g. 2,25,37
Say I have a table of People.
Say each person can be assigned to multiple groups, but I don't know how many (if any) groups each person will be assigned to.
Is there a good way to do this? Currently my only idea is to make a "Groups" field in "People" and then use comma-separated ID numbers to indicate which groups e.g. 2,25,37