Hi
I would like to create an Access 2002 database to capture the answers from a questionaire with 25 questions. I'm not very familiar with access and don't know any VB
I would be grateful for some help on the structure.
I've created 3 tables - Contacts - Questions - Answers
1. Contacts Table
ContactID
First Name
Last Name
etc etc
2. Questions Table
QuestionID
Question
?
With this table do I need to create a field for each of the 25 questions or do I create one question field and create 25 records with one question written in each of the 25 record cells?
3. Answer Table
AnswerID
QuestionID
ContactID
?
?
Do I need to create 25 answer fields here or one answer field?
Once I have the structure set up correctly I want to create a form to enter the answers. Do I need to establish relationships between these 3 tables? I can't get me head around where I need to make the connections - is it one to many or one to one?
Any help would be greatly appreciated.
Cheers
I would like to create an Access 2002 database to capture the answers from a questionaire with 25 questions. I'm not very familiar with access and don't know any VB
I would be grateful for some help on the structure.
I've created 3 tables - Contacts - Questions - Answers
1. Contacts Table
ContactID
First Name
Last Name
etc etc
2. Questions Table
QuestionID
Question
?
With this table do I need to create a field for each of the 25 questions or do I create one question field and create 25 records with one question written in each of the 25 record cells?
3. Answer Table
AnswerID
QuestionID
ContactID
?
?
Do I need to create 25 answer fields here or one answer field?
Once I have the structure set up correctly I want to create a form to enter the answers. Do I need to establish relationships between these 3 tables? I can't get me head around where I need to make the connections - is it one to many or one to one?
Any help would be greatly appreciated.
Cheers