Hello,
I'm a bit rusty. Could someone please refresh my memory as to the proper setup of tables for a many-to-many relationship?
I have a list of members and a list of committees. Members can be on more than one committee, and committees can have more than one member.
Fields in tblMembers are: MemberID, Name, Address, JoinDate
Fields in tblCommittees are: CommitteeID, LongName, ShortName, CreatedOn, Type
Do I create a another table that sets up the relationship (i.e. just two fields: MemberID and CommitteeID)?
Thanks!
Rafael
I'm a bit rusty. Could someone please refresh my memory as to the proper setup of tables for a many-to-many relationship?
I have a list of members and a list of committees. Members can be on more than one committee, and committees can have more than one member.
Fields in tblMembers are: MemberID, Name, Address, JoinDate
Fields in tblCommittees are: CommitteeID, LongName, ShortName, CreatedOn, Type
Do I create a another table that sets up the relationship (i.e. just two fields: MemberID and CommitteeID)?
Thanks!
Rafael