G
Guest
Hello,
I have a table with questions, and I have a table with categories, so that
my questions can be sorted by category. A third table references the
questions via an ID field, and provides a field for a reply. This 3rd table
has the fields RespondentID, QuestionID, Answer. This setup lets me record
every respondent's answer to a multitude of questions.
My problem is in creating a form to input the data. For every category, I
need a separate form that lists all the questions in that category and
provides an opportunity to enter the reply.
I seem to be unable to create a query that lists the questions, however.
I suspect I'm approaching this the wrong way, but obviously I can't think of
the correct one.
Any help would be greatly appreciated.
I have a table with questions, and I have a table with categories, so that
my questions can be sorted by category. A third table references the
questions via an ID field, and provides a field for a reply. This 3rd table
has the fields RespondentID, QuestionID, Answer. This setup lets me record
every respondent's answer to a multitude of questions.
My problem is in creating a form to input the data. For every category, I
need a separate form that lists all the questions in that category and
provides an opportunity to enter the reply.
I seem to be unable to create a query that lists the questions, however.
I suspect I'm approaching this the wrong way, but obviously I can't think of
the correct one.
Any help would be greatly appreciated.