Experts
Here is what I have currently going on. On my form there is a list box (multiselect) that creates a criteria that is passed to a query. The problem is that I dont like the way the form looks with this huge list box. I would like to replace the listbox with a combobox and allow individuals to create a string of items that can be passed to the query. I would assume this can be done with a button to append the selected item in the combobox to a hidden textbox, but the method, I just cant seem to work out. Right now the criteria fromt he listbox is passed to the query and looks like "item1", "item2", "item3" etc. So the textbox will need to do the same thing if possible. Any help would be very appreciated.
Here is what I have currently going on. On my form there is a list box (multiselect) that creates a criteria that is passed to a query. The problem is that I dont like the way the form looks with this huge list box. I would like to replace the listbox with a combobox and allow individuals to create a string of items that can be passed to the query. I would assume this can be done with a button to append the selected item in the combobox to a hidden textbox, but the method, I just cant seem to work out. Right now the criteria fromt he listbox is passed to the query and looks like "item1", "item2", "item3" etc. So the textbox will need to do the same thing if possible. Any help would be very appreciated.