I have a form1 that has a field that has many options and instead of creating a combo box with a ton of options I want to open a popup form that I will set some filtering and searching options and when the user selects the item they want it will return the value to form1 in the specific field.
I think I can do this with an on click event with a text box and then when the user selects the option they want I can have the vba code insert the data into the textbox I am trying to fill in.
Does anyone have any other ideas or ways that they have done this?
Thanks.