Morpheus_UK
Registered User.
- Local time
- Today, 06:25
- Joined
- Dec 31, 2004
- Messages
- 23
Whats the best way of doing this. I have a table called profiles for storing the usual personal info (Name,gender,Contact Info,Etc). One of my fields is called category. The user can enter 4 outcomes from a combo box:
Non-Member
Student Member
Member
Leader
Heres the problem, each category has a different amount and a different set of questions to be asked. E.g. Non-Member
FIELD NAME
1. Previously Applied for Membership = YES/NO
2. If yes, state reason for rejection = TEXT
A Member would have far more questions. What would be the best way to not waste space (file size). Have an individual table for each category's set of questions?
tblNon-Member_Questions
tblStudent Member_Questions
tblMember_Questions
tblLeader_Questions
Also how would you link the profile to the category, so that a profile can only answer questions from the chosen category.
I know its asking a lot of help from a begininer, but when I come to making the form, when doing data entry, is it possible to select a category (e.g. Member) from a combobox on the main form, and the set of related questions would appear in on a subform?
Any advice on how structure should be (ER diagram), or any guidence would be great and well appreciated.
HAPPY NEW YEAR PEOPLE
Non-Member
Student Member
Member
Leader
Heres the problem, each category has a different amount and a different set of questions to be asked. E.g. Non-Member
FIELD NAME
1. Previously Applied for Membership = YES/NO
2. If yes, state reason for rejection = TEXT
A Member would have far more questions. What would be the best way to not waste space (file size). Have an individual table for each category's set of questions?
tblNon-Member_Questions
tblStudent Member_Questions
tblMember_Questions
tblLeader_Questions
Also how would you link the profile to the category, so that a profile can only answer questions from the chosen category.
I know its asking a lot of help from a begininer, but when I come to making the form, when doing data entry, is it possible to select a category (e.g. Member) from a combobox on the main form, and the set of related questions would appear in on a subform?
Any advice on how structure should be (ER diagram), or any guidence would be great and well appreciated.
HAPPY NEW YEAR PEOPLE