A
Access rookie
Hello,
I'm trying to put together a database that hosts the answers to questions
posed to students. I have all the students in one table, all the questions in
another, and I'm attempting to put all the answers in one table.
Here's my thoughts: Student to Questions: Many to many linked by a junction
table.
Question to answer: One to many.
However, I'm confused; each question only has one answer, but then again,
many students answer the same question, with different answers.
Any help would be greatly appreciated.
Thanks,
Rookie.
I'm trying to put together a database that hosts the answers to questions
posed to students. I have all the students in one table, all the questions in
another, and I'm attempting to put all the answers in one table.
Here's my thoughts: Student to Questions: Many to many linked by a junction
table.
Question to answer: One to many.
However, I'm confused; each question only has one answer, but then again,
many students answer the same question, with different answers.
Any help would be greatly appreciated.
Thanks,
Rookie.