L
Lisa
I need to create an input form that includes all the fields from TBL_1 (Eval)
and I need each question to appear (from TBL 3) with the fields from TBL 2
for each question.
How would I go about doing this so that the answer and comment for each
question will populate in a new row in TBL 2 which the Question_ID
relationship and the Eval_ID to connect the relationship to TBL 1?
TBL 1 (Eval) TBL 2 (Answer) TBL 3 (Question - there are 18
Questions)
Eval_ID Eval_ID Question_ID
Employee Question_ID Question
Mgr QuestionAnswer
Site QuestionComment
Date
and I need each question to appear (from TBL 3) with the fields from TBL 2
for each question.
How would I go about doing this so that the answer and comment for each
question will populate in a new row in TBL 2 which the Question_ID
relationship and the Eval_ID to connect the relationship to TBL 1?
TBL 1 (Eval) TBL 2 (Answer) TBL 3 (Question - there are 18
Questions)
Eval_ID Eval_ID Question_ID
Employee Question_ID Question
Mgr QuestionAnswer
Site QuestionComment
Date