robbie_1234
Registered User.
- Local time
- Today, 08:06
- Joined
- Jul 17, 2011
- Messages
- 13
I have a continuous survey form based on 2 tables, lookup table and survey table. The lookup table shows all the possible questions the survey table all of the possible answers. Most of the questions are designed with a combox plus a textbox for comments. I would like to do two things.
The survey was completed by adults and youth. I would like part of the form to be visible if the combo box for age shows adult and part of the form hidden if the combo box for age shows youth.
Secondly, I would like to hide the text boxes for the comments for each question if the particular completed survey only has combo box responses and no comments.
I followed an internet resource in designing the survey database, however, am having trouble with details to make the entry form user friendly.
Obviously, I am rather new to VBA and Access although I did take some classes years back on both.
The survey was completed by adults and youth. I would like part of the form to be visible if the combo box for age shows adult and part of the form hidden if the combo box for age shows youth.
Secondly, I would like to hide the text boxes for the comments for each question if the particular completed survey only has combo box responses and no comments.
I followed an internet resource in designing the survey database, however, am having trouble with details to make the entry form user friendly.
Obviously, I am rather new to VBA and Access although I did take some classes years back on both.