I have a survey and some of the questions are multiple choice. Each
question has it's own set of multiple choice answers.
I have a table called tblQuickAnswers which has the text for each
multiple choice answer. I have a table tblQuestions, which has the
text for each question. I have a table tblQuickAnswerQuestions which
is a link between these two.
On my form I have a combo box which has tblQuickAnswers for it's
control. My question is, how do I get the combo box to show just the
quickanswers that are possible for that particular question instead of
showing all the quickanswers?
Is there a way to pass a variable from my form to the query the combo
box is linked to?
Thanks!
question has it's own set of multiple choice answers.
I have a table called tblQuickAnswers which has the text for each
multiple choice answer. I have a table tblQuestions, which has the
text for each question. I have a table tblQuickAnswerQuestions which
is a link between these two.
On my form I have a combo box which has tblQuickAnswers for it's
control. My question is, how do I get the combo box to show just the
quickanswers that are possible for that particular question instead of
showing all the quickanswers?
Is there a way to pass a variable from my form to the query the combo
box is linked to?
Thanks!