G
Guest
I'm working on a Q&A Database, where each QuesID has a different set of
possible Answers. I have not been able to figure out how to get my answer
field's pull-down to change based on the QuesID of the current record. The
code I tried is:
SELECT tblPossibleAnswers.Choice FROM tblPossibleAnswers WHERE
tblFinalAnswer.QuesID=tblPossibleAnswers.QuesID but when I'm in the answer
table or form, it prompts me to enter the QuesID instead of using the data
for the current record QuesID and then it uses that same value for the answer
in all remaining records.
possible Answers. I have not been able to figure out how to get my answer
field's pull-down to change based on the QuesID of the current record. The
code I tried is:
SELECT tblPossibleAnswers.Choice FROM tblPossibleAnswers WHERE
tblFinalAnswer.QuesID=tblPossibleAnswers.QuesID but when I'm in the answer
table or form, it prompts me to enter the QuesID instead of using the data
for the current record QuesID and then it uses that same value for the answer
in all remaining records.