J
James
I'm trying to build a database on city councillors, wards, and their actions.
I have a table COUNCILORS, a table WARDS, and a table COMMITEES. I'm trying
to figure out the best way to list the committee members (who are all
councilors).
I tried this for fields int he committee table: ID, NAME, CHAIR, VICECHAIR
-- the problem is with the members. Some committees can have many many
members, and I want to avoid having fields such as MEMBER_1, MEMBER_2,
MEMBER_3, etc...can't i just list the various councilors who are members for
a committee in one cell?
What should I do?
JG
I have a table COUNCILORS, a table WARDS, and a table COMMITEES. I'm trying
to figure out the best way to list the committee members (who are all
councilors).
I tried this for fields int he committee table: ID, NAME, CHAIR, VICECHAIR
-- the problem is with the members. Some committees can have many many
members, and I want to avoid having fields such as MEMBER_1, MEMBER_2,
MEMBER_3, etc...can't i just list the various councilors who are members for
a committee in one cell?
What should I do?
JG