PHu
10-13-2006, 10:23 AM
I could use a hand with something.
I need to find a way to connect questions for data entry in a lengthy survey. There are several sets of questions and each set has its own form.
The tricky part is that the navigation button on each form needs to be able to pick the appropriate set of questions (to continue with the survey) based on two factors chosen at the start of the survey: Language and Region.
For example, if you speak French and are from Quebec, at certain points in the survey you should go to a different form than if you speak English and are from British Columbia. There is a base set of questions that ALL respondents answer and there are many sets of regional questions which come up at various points in the survey (but they are not fixed points. Some regions have their specific questions at different points in the base set than others).
Unfortunately, I can't just copy the base set multiple times to simplify the programming for several reasons.
Any help would be much appreciated. I have a fair bit of experience with basic Access functions but I have nearly no experience with macro use and SQL (if that is what I need). I'm working with Access 2003. Thanks in advance.
I need to find a way to connect questions for data entry in a lengthy survey. There are several sets of questions and each set has its own form.
The tricky part is that the navigation button on each form needs to be able to pick the appropriate set of questions (to continue with the survey) based on two factors chosen at the start of the survey: Language and Region.
For example, if you speak French and are from Quebec, at certain points in the survey you should go to a different form than if you speak English and are from British Columbia. There is a base set of questions that ALL respondents answer and there are many sets of regional questions which come up at various points in the survey (but they are not fixed points. Some regions have their specific questions at different points in the base set than others).
Unfortunately, I can't just copy the base set multiple times to simplify the programming for several reasons.
Any help would be much appreciated. I have a fair bit of experience with basic Access functions but I have nearly no experience with macro use and SQL (if that is what I need). I'm working with Access 2003. Thanks in advance.