G
Gordon
I have to design a contacts/relationships database comprising lists of
individuals who can belong to a variety of organsiatiosn/committees,
each in different capacities eg President of 1 committee, Chairmain of
another, simple member of another. I envisage 3 tables:
Table1
fldContactID
fldContactName
Table 2
fldOrganisationID
fldOrganisationName
Table 3
fldPositionID
fldPosition
Given that 1 person can be a member of many organisations and for each
membership he wil be in a different position, I think I need a linking
table 4 comprising:
Table 4
fldOrganisationID
fldContactID
fldPositionID
Am I on the right track here? And if so, how will I be able to define
all those these relationships? I envisage a data entry form where I
can select the person's name (fldContactID) and then choose from
combo boxes which organisation he belongs to and in what capacity.
Will I be able to update all 4 tables in this way? I don't want to go
to all the trouble of populating these tables only to find that it
doesn't work.
Thanks for any help.
Gordon
individuals who can belong to a variety of organsiatiosn/committees,
each in different capacities eg President of 1 committee, Chairmain of
another, simple member of another. I envisage 3 tables:
Table1
fldContactID
fldContactName
Table 2
fldOrganisationID
fldOrganisationName
Table 3
fldPositionID
fldPosition
Given that 1 person can be a member of many organisations and for each
membership he wil be in a different position, I think I need a linking
table 4 comprising:
Table 4
fldOrganisationID
fldContactID
fldPositionID
Am I on the right track here? And if so, how will I be able to define
all those these relationships? I envisage a data entry form where I
can select the person's name (fldContactID) and then choose from
combo boxes which organisation he belongs to and in what capacity.
Will I be able to update all 4 tables in this way? I don't want to go
to all the trouble of populating these tables only to find that it
doesn't work.
Thanks for any help.
Gordon