:confused:
Hello,
I have a userfom with multiple textboxes that get filled in using another userfom that contains multiple dependent comboboxes. I’ve attached a sample that shows what i’m trying to achieve. the form called MainUserform has many textboxes, if you double click a textboxes, userfom called ToUseUserfom will show up, so user can make a selection and send back to the Main userfom.
1. Is there a way to make the ToUseUserform send the selected value in combobox to the textbox that invoked it? in this case Textboxes 1 to 4.
Thank you in advance.