matthewnsarah07
Registered User.
- Local time
- Today, 11:59
- Joined
- Feb 19, 2008
- Messages
- 192
I currenly have a database handling responses to staff tests.
To keep the number of forms down I want to use only one form containing a subform running from a query 'qryQuestionForm' but I have seven categories of questions.
The query look to the previous form for [StaffID] and [CheckPeriod] but I have [QuestionCategoryID], this is the field I want to change so when the button for say category 1 questions is clicked the query only show cat 1 questions and so on
What will be the best way to do this without writing 7 queries?
To keep the number of forms down I want to use only one form containing a subform running from a query 'qryQuestionForm' but I have seven categories of questions.
The query look to the previous form for [StaffID] and [CheckPeriod] but I have [QuestionCategoryID], this is the field I want to change so when the button for say category 1 questions is clicked the query only show cat 1 questions and so on
What will be the best way to do this without writing 7 queries?