Poooominator
New member
- Local time
- Today, 23:10
- Joined
- Aug 19, 2004
- Messages
- 6
Hello
Can anyone help with this, or point me in the direction of a thread that may help?
I am trying to use Access as an online questionnaire. I have tables as follows:
tblCourse
CourseLeader (PK)
CourseTutor
Course
Course number
etc
tblQuestionnaire
QuestionID (PK)
QuestionNumber
Question
tblResponse
ResponseID (PK)
QuestionID
CourseLeader
Response
There are 44 questions, written out in the datasheet view of tblQuestionnaire.
The 44 questions are grouped into 10 different categories. The problem I have is that I want forms in which course leaders can enter responses (then produce a report with all of the responses printed), but at the moment I either get 44 different pages, or a continuous sheet with 44 sections. Is there any way of having a separate form for each category of question (e.g. a form for questions about assessment methods, then a form for questions about student support)?
Can anyone help with this, or point me in the direction of a thread that may help?
I am trying to use Access as an online questionnaire. I have tables as follows:
tblCourse
CourseLeader (PK)
CourseTutor
Course
Course number
etc
tblQuestionnaire
QuestionID (PK)
QuestionNumber
Question
tblResponse
ResponseID (PK)
QuestionID
CourseLeader
Response
There are 44 questions, written out in the datasheet view of tblQuestionnaire.
The 44 questions are grouped into 10 different categories. The problem I have is that I want forms in which course leaders can enter responses (then produce a report with all of the responses printed), but at the moment I either get 44 different pages, or a continuous sheet with 44 sections. Is there any way of having a separate form for each category of question (e.g. a form for questions about assessment methods, then a form for questions about student support)?