Flavoursavor
New Member
- Joined
- Feb 18, 2009
- Messages
- 7
I'm new to userforms and this is causing me physical pain!
I have searched and searched and I'm not sure if this is possible.
Right now I have a userform that contains a combobox that I'm populating on initialization. What I need to do is once an option is chosen from the first userform and submit is pressed, my second userform will populate x number of checkboxes with a group number based on the first selection, correctly resize the userform, and have a submit and cancel button.
Additionally, when the submit button is clicked on the second userform, I need to take the items that are selected and put them into a string that I then feed into an AS400 query.
Thanks for any help!
I have searched and searched and I'm not sure if this is possible.
Right now I have a userform that contains a combobox that I'm populating on initialization. What I need to do is once an option is chosen from the first userform and submit is pressed, my second userform will populate x number of checkboxes with a group number based on the first selection, correctly resize the userform, and have a submit and cancel button.
Additionally, when the submit button is clicked on the second userform, I need to take the items that are selected and put them into a string that I then feed into an AS400 query.
Thanks for any help!