G
Guest
I need to hold an inquiry to sick persons.
I have:
T_QuestionsGroups: IdGroup (with a primary key) and NameGroup fields;
T_Questions: IdQuestion (with primary key) Question and IdGroup.
T_QuestionsGroups/T_Questions: One to many.
I have too:
T_HaedOfTheHouse: IdHeadOfTheHouse (with primary key) and others fields
T_CollectiveFamily: Some fields and IdHeadOfTheHouse
One to many too.
In addition, to each question to be able many fixed answers, choosed in
T_Answers with IdAnswer and Answer.
So, I have many Questions, many Answers and many Persons but I don't know to
do a relationships between theese three conjuncts.
Thanks in advance.
an
I have:
T_QuestionsGroups: IdGroup (with a primary key) and NameGroup fields;
T_Questions: IdQuestion (with primary key) Question and IdGroup.
T_QuestionsGroups/T_Questions: One to many.
I have too:
T_HaedOfTheHouse: IdHeadOfTheHouse (with primary key) and others fields
T_CollectiveFamily: Some fields and IdHeadOfTheHouse
One to many too.
In addition, to each question to be able many fixed answers, choosed in
T_Answers with IdAnswer and Answer.
So, I have many Questions, many Answers and many Persons but I don't know to
do a relationships between theese three conjuncts.
Thanks in advance.
an