D
Don Barton
I am making a database that acts as a questionnaire that consists of a main
form and 2 subforms. The main form has the person's name, etc. The 1st
subform has the questions. This 1st subform is unlinked. (no child/parent
link). I want the same questions to appear regardless of who is listed in
the main form. The 2nd subform is the answers, which are unique for each
person. The 2nd subform grabs the test taker's name from the main form
(=Forms!frmMainInput!TTName) and the QuestionNumberID from the 1st subform.
I can grab the test taker's name OK, but when I try to grab the questionID
number from the 1st form (=Forms!frmMainInput!frmQuestions!questionID), I get
#Name?. Access doesn't seem to recognize it, even though the 1st subform is
open on the main form, though unlinked. The bottom line is I want the same
set of questions to appear for all person taking the test, and I want to
record the answers for each question by person. I am close, but not quite
there...
form and 2 subforms. The main form has the person's name, etc. The 1st
subform has the questions. This 1st subform is unlinked. (no child/parent
link). I want the same questions to appear regardless of who is listed in
the main form. The 2nd subform is the answers, which are unique for each
person. The 2nd subform grabs the test taker's name from the main form
(=Forms!frmMainInput!TTName) and the QuestionNumberID from the 1st subform.
I can grab the test taker's name OK, but when I try to grab the questionID
number from the 1st form (=Forms!frmMainInput!frmQuestions!questionID), I get
#Name?. Access doesn't seem to recognize it, even though the 1st subform is
open on the main form, though unlinked. The bottom line is I want the same
set of questions to appear for all person taking the test, and I want to
record the answers for each question by person. I am close, but not quite
there...