N
Nick
i
I'm creating a database which will capture the answers to
a questionaire with 25 questions.
I have 3 tables - Contact - Questions - Answers
1. Contacts Table
ContactID [auto number]
First Name
Last Name
etc etc
2. Questions Table
QuestionID [auto number]
Question Number (ie 1.1, .1.2, 2.1)
Question
3. Answer Table
AnswerID [auto number]
QuestionID
ContactID
Answer
I have created a one to many relationship (also enforcing
referential integrity) from the:
Contact table to the Answer table
ContactID to ContactID
and
I have create a one to many relationship (also enforcing
referential integrity) from
Question Table to the Answer table
QuestionID to QuestionID
What I am trying to do
Not all 1000 contacts in the ContactsID will reply to the
survey.
I want to create a form where I can call up respondent
contact details for those who return the questionaire and
then enter their answers to the 25 questions. I want to be
able to see all the 25 questions with an answer box
underneath - I do not wish to click through each question
one at a time.
How can I achieve getting all 25 questions (with an answer
space below each question) to appear with the contact
details. No matter what I have tried only only one
question box (without any text in it) and one answer box
is appearing.
I do not know any VB so a step by step answer would be
much appreciated. I have been struggling with this problem
for over a week and have asked many people but no on seem
to be able to figure this out.
Many thanks
I'm creating a database which will capture the answers to
a questionaire with 25 questions.
I have 3 tables - Contact - Questions - Answers
1. Contacts Table
ContactID [auto number]
First Name
Last Name
etc etc
2. Questions Table
QuestionID [auto number]
Question Number (ie 1.1, .1.2, 2.1)
Question
3. Answer Table
AnswerID [auto number]
QuestionID
ContactID
Answer
I have created a one to many relationship (also enforcing
referential integrity) from the:
Contact table to the Answer table
ContactID to ContactID
and
I have create a one to many relationship (also enforcing
referential integrity) from
Question Table to the Answer table
QuestionID to QuestionID
What I am trying to do
Not all 1000 contacts in the ContactsID will reply to the
survey.
I want to create a form where I can call up respondent
contact details for those who return the questionaire and
then enter their answers to the 25 questions. I want to be
able to see all the 25 questions with an answer box
underneath - I do not wish to click through each question
one at a time.
How can I achieve getting all 25 questions (with an answer
space below each question) to appear with the contact
details. No matter what I have tried only only one
question box (without any text in it) and one answer box
is appearing.
I do not know any VB so a step by step answer would be
much appreciated. I have been struggling with this problem
for over a week and have asked many people but no on seem
to be able to figure this out.
Many thanks