robbie_1234
Registered User.
- Local time
- Today, 08:34
- Joined
- Jul 17, 2011
- Messages
- 13
I have designed a form in Access 2010 to handle results of a survey.
The beginning of the form has a question if you are an adult or a youth. There are 2 adult possibilities; adults with combo box answers only to questions and no text comments (in this case the text box for comments that appears with each question is dimmed) and adults with combo box answers plus text comments to any or all of the questions. (in this case the text box for comments that appears with each question is highlighted)
If you are a youth, then the "adult" questions are dimmed. There are also 2 youth possibilities: youth with combox box answers only to questions (the text box for comments that appears with each question is dimmed) and no comments and youth with combox box answers plus comments to any or all of the questions (textbox for comments that appears with each question is highlighted).
I have set the form so the tab order follows the combox box responses only. If there are comments I have to mouse over to the text box, add the comments. If I tab, the tab moves me into the next questions text box, not the next questions combo box. I then have to mouse to the next question combo box.
I would like to set the form up so that in those adults and youth that comment on the combo box questions, when I hit tab it would move from (for example) question 1 text box to question 2 combo box rather than question 2 comment text box.
Form example:
Question 1 dropdown Combo box choices 1-5, 88 (did not participate), or 99 missing response; Text Box for comments
Question 2 dropdown Combox choices 1-5, 88, 99; Text box for comments.
Can anyone provide me suggestions?
I was, with your help, able to resolve some "if/then VBa code" to dim textboxes when a specific value was chosen in the Adult/Youth combo box at the start of the form.
The beginning of the form has a question if you are an adult or a youth. There are 2 adult possibilities; adults with combo box answers only to questions and no text comments (in this case the text box for comments that appears with each question is dimmed) and adults with combo box answers plus text comments to any or all of the questions. (in this case the text box for comments that appears with each question is highlighted)
If you are a youth, then the "adult" questions are dimmed. There are also 2 youth possibilities: youth with combox box answers only to questions (the text box for comments that appears with each question is dimmed) and no comments and youth with combox box answers plus comments to any or all of the questions (textbox for comments that appears with each question is highlighted).
I have set the form so the tab order follows the combox box responses only. If there are comments I have to mouse over to the text box, add the comments. If I tab, the tab moves me into the next questions text box, not the next questions combo box. I then have to mouse to the next question combo box.
I would like to set the form up so that in those adults and youth that comment on the combo box questions, when I hit tab it would move from (for example) question 1 text box to question 2 combo box rather than question 2 comment text box.
Form example:
Question 1 dropdown Combo box choices 1-5, 88 (did not participate), or 99 missing response; Text Box for comments
Question 2 dropdown Combox choices 1-5, 88, 99; Text box for comments.
Can anyone provide me suggestions?
I was, with your help, able to resolve some "if/then VBa code" to dim textboxes when a specific value was chosen in the Adult/Youth combo box at the start of the form.