Hey All,
I have a listbox in one form: lst_filter_option1 which has several items. I would like to add each item as a filter to another listbox : lst_Filter. Now, based on the items added to lst_Filter, I would like to subsequently run a query.
Also, the items in lst_filter_option1 are "Values" added manually.
How do I achieve this? How do I choose the RowSource values from the first listbox and add them as values to the second listbox?
Thanks in advance,
I have a listbox in one form: lst_filter_option1 which has several items. I would like to add each item as a filter to another listbox : lst_Filter. Now, based on the items added to lst_Filter, I would like to subsequently run a query.
Also, the items in lst_filter_option1 are "Values" added manually.
How do I achieve this? How do I choose the RowSource values from the first listbox and add them as values to the second listbox?
Thanks in advance,