J
JKarchner
I am creating a database for a friend that will keep track of issues and
questions. I think it should be set-up similar to a family tree because
there should be a main question and then the ability to have follow-up
questions to those main questions. Of course those follow-ups could also
have follow-ups. After talking with my friend, she assured me that there
would be at most 5 levels deep. My current database design has tblTypes (the
different types of documents), tblSections (the different sections in the
documents), tblVersion (the versions of the documents), tblQuestions (uses
the previous tables to say where the question comes from and what the
question is), and tblAnswers (the answers to the questions, each question can
have multiple answers). Thank you for any help you can provide.
questions. I think it should be set-up similar to a family tree because
there should be a main question and then the ability to have follow-up
questions to those main questions. Of course those follow-ups could also
have follow-ups. After talking with my friend, she assured me that there
would be at most 5 levels deep. My current database design has tblTypes (the
different types of documents), tblSections (the different sections in the
documents), tblVersion (the versions of the documents), tblQuestions (uses
the previous tables to say where the question comes from and what the
question is), and tblAnswers (the answers to the questions, each question can
have multiple answers). Thank you for any help you can provide.