If I understand correctly I see that in a ClientTable there is one unique client and ClientID is primary key.
In the table ClientSurveyTable there is also ClientID which would store the answers and should it be related to table Client by ClientID?
Therefore I see that between ClientTable and ClientSurveyTable there is a one to many relationship.
Then having a QuestionTable each question will have its own ID which is an AutoNum primary Key. That also has a field in the table called SurveyID.
We then have another table called SurveyQuestionTable which will have SurveyID, Survey Name, DateCreated etc.
To my understanding the the SurveyQuestionTable will be connected to Survey ID in the QuestionTable which will be a 1 to many relationship.
Is there any way the SurveyQuestionTablee would be connected to the ClientSurveyTable?
I greatly appreciate anyones help.
Z
Ziggy, February 10th, 2009 08:48 AM
Bookmarks