A
Annette
I have a Case Notes database that I need help. The database consists
of a case table, a people table and a fact table. Each Case has many
people related to it and each case has many facts related to it.
I thought about creating a case table with the unique value of CaseID,
creating a people table with a unique value of PeopleID, but linked to
the case table by CaseID then creating a fact table with a unique
value of FactID linked to the case table by CaseID.
Each of the facts I enter could relate to a person. For example:
Case123 has John, Mary, Bob and Sue all related to it and facts 787,
788 and 789.
Fact787 states "John hit Bob". I would like the people John and Bob
related to this fact record.
Fact788 states "Mary hit Bob". I would like the people Mary and Bob
related to his fact record.
Fact789 states "John hit Mary". I would like the people John and Mary
related to this fact record.
How can I create a form that will allow the user to enter the fact for
a case and link the fact to all the people related to it? Is there a
way to show a list and multi select people? Any other suggestions?
of a case table, a people table and a fact table. Each Case has many
people related to it and each case has many facts related to it.
I thought about creating a case table with the unique value of CaseID,
creating a people table with a unique value of PeopleID, but linked to
the case table by CaseID then creating a fact table with a unique
value of FactID linked to the case table by CaseID.
Each of the facts I enter could relate to a person. For example:
Case123 has John, Mary, Bob and Sue all related to it and facts 787,
788 and 789.
Fact787 states "John hit Bob". I would like the people John and Bob
related to this fact record.
Fact788 states "Mary hit Bob". I would like the people Mary and Bob
related to his fact record.
Fact789 states "John hit Mary". I would like the people John and Mary
related to this fact record.
How can I create a form that will allow the user to enter the fact for
a case and link the fact to all the people related to it? Is there a
way to show a list and multi select people? Any other suggestions?