I
Ina
Hello,
I have a form (FRM_MAIN) which contains different SubForms
(FRM_QUESTIONNER) and these subforms contain others subforms. (as
FRMSUB1, FRMSUB2, FRMSUB3 ... How can I pass along values to the
subforms?
I have a Main sub that englobes all subforms.
FRM_MAIN (record source select * from Survey) inside this sub I have:
FRM_SELECT (a list from which I choose a person --> here a have a
error record source select * from candidate) and FRM_QUESTION (Where i
have all question)
in FRM_QUESTION (record source select * from Survey) I Have FRMSUB1,
FRMSUB2, ... (question by category)
I would like to create a survey, and the answers for each survey is
handed over along the form.
table Survey (S_ID, person_Id, date, A1, A2, A3 ... An)
Any suggestions would be greatly appreciated.
Thanks.
Ina
I have a form (FRM_MAIN) which contains different SubForms
(FRM_QUESTIONNER) and these subforms contain others subforms. (as
FRMSUB1, FRMSUB2, FRMSUB3 ... How can I pass along values to the
subforms?
I have a Main sub that englobes all subforms.
FRM_MAIN (record source select * from Survey) inside this sub I have:
FRM_SELECT (a list from which I choose a person --> here a have a
error record source select * from candidate) and FRM_QUESTION (Where i
have all question)
in FRM_QUESTION (record source select * from Survey) I Have FRMSUB1,
FRMSUB2, ... (question by category)
I would like to create a survey, and the answers for each survey is
handed over along the form.
table Survey (S_ID, person_Id, date, A1, A2, A3 ... An)
Any suggestions would be greatly appreciated.
Thanks.
Ina