ericchajmovic
Programmer
Hello,
I have a database that tracks responses of seminar attendees. I have a table of questions as follows:
Table: Questions
Field: QuestionID
Field: Type
Field: QuestionNum
Field: Question
I have an additional table:
Table: tblSurveys
Field: ServeyID
Field: TeacherID
Field: SessionID
Field: QuestionID
Field: Answer
I would like to put all the questions from the table tblQuestions onto a form, where the data entry clerk will be able to fill in the responses of the attendees. How can I enumerate through the table and dynamically place the questions on the form?
Any help would be appreciated!
Thanks,
Eric Chajmovic
I have a database that tracks responses of seminar attendees. I have a table of questions as follows:
Table: Questions
Field: QuestionID
Field: Type
Field: QuestionNum
Field: Question
I have an additional table:
Table: tblSurveys
Field: ServeyID
Field: TeacherID
Field: SessionID
Field: QuestionID
Field: Answer
I would like to put all the questions from the table tblQuestions onto a form, where the data entry clerk will be able to fill in the responses of the attendees. How can I enumerate through the table and dynamically place the questions on the form?
Any help would be appreciated!
Thanks,
Eric Chajmovic