P
Patrick
I have a multiselect list box that points to a table with over 200,000 unique
part numbers. I also have a text box that will set the .RowSource for the
list box based on its value in the After_Update event. This works fine...
right up until I need to select more than one value from the listbox. Because
I am re-setting the .RowSource after each update to the textbox... I lose the
previously selected item in the listbox.
My first thought is to wonder if you can Filter in the .RowSource instead of
Selecting. My second thought is to beg help from people better at this stuff
than I am (this means YOU!)
Any ideas are appreciated!! patrick
part numbers. I also have a text box that will set the .RowSource for the
list box based on its value in the After_Update event. This works fine...
right up until I need to select more than one value from the listbox. Because
I am re-setting the .RowSource after each update to the textbox... I lose the
previously selected item in the listbox.
My first thought is to wonder if you can Filter in the .RowSource instead of
Selecting. My second thought is to beg help from people better at this stuff
than I am (this means YOU!)
Any ideas are appreciated!! patrick