J
Jesper F
I'm making a questionaire database with to groups of
people answering questions, say teachers and students.
Currently the teachers and students are in seperate
tables since I'd like to keep track of which students
belong to which teacher.
The test, question and answer tables are properly
normalized similar to Duane Hookom's "At Your Survey".
And as such it would be better if every possible
respondant has a unique id. Therefore I would like to
have both teachers and students in the same table with an
additional field for identifying whether the records
holds a teacher or a student.
My question is: Is it possible to have both teachers and
students in the same table when I also need to keep track
of which students belong to a teacher? This would
normally be done with two tables and a one-to-many
relationsship, but can I reference within the same table
and does it complicate things when making the forms?
Thanks for your help.
people answering questions, say teachers and students.
Currently the teachers and students are in seperate
tables since I'd like to keep track of which students
belong to which teacher.
The test, question and answer tables are properly
normalized similar to Duane Hookom's "At Your Survey".
And as such it would be better if every possible
respondant has a unique id. Therefore I would like to
have both teachers and students in the same table with an
additional field for identifying whether the records
holds a teacher or a student.
My question is: Is it possible to have both teachers and
students in the same table when I also need to keep track
of which students belong to a teacher? This would
normally be done with two tables and a one-to-many
relationsship, but can I reference within the same table
and does it complicate things when making the forms?
Thanks for your help.