C
Cappac
I have a situation where I need to display 10 to 20 questions with three
response
fields (approx 6 different forms). I'd like to create a single form and
populate it with
the 'maximum question count' worth of controls. Then use an option
button to select which questions get loaded and load the controls with the
appropriate values.
This way I only have one set of 'question controls' to deal with and can
create a function to call with the information to populate.
My big question is -- what is the best way to iterate through the 'question
controls' rather then naming each control? I will run a query to bring back
the data to load and also will need to hide any un-used questions. The
controls will be combox boxes and a text box
response
fields (approx 6 different forms). I'd like to create a single form and
populate it with
the 'maximum question count' worth of controls. Then use an option
button to select which questions get loaded and load the controls with the
appropriate values.
This way I only have one set of 'question controls' to deal with and can
create a function to call with the information to populate.
My big question is -- what is the best way to iterate through the 'question
controls' rather then naming each control? I will run a query to bring back
the data to load and also will need to hide any un-used questions. The
controls will be combox boxes and a text box