chilipep417
MIS
Hello, Ok, here's the scenario. I want to have a multiple select list box in my form. And the results of these will be included in a table. Let's call this Table A.
Now I found out that when you create a multiple select listbox, the value of the bound field in Table A will always be null.
So what I did was wrote a code that would loop through all the selected items using the .ItemSelected
Question is, now that I was able to extract the values that I selected in the list box, how do I dynamically add these results to a temporary table which I will include in a query together with Table A. This query then will be the data source of my underlying form.
Please advise. Thanks.
Any source code you may share will be very much appreciated.
Now I found out that when you create a multiple select listbox, the value of the bound field in Table A will always be null.
So what I did was wrote a code that would loop through all the selected items using the .ItemSelected
Question is, now that I was able to extract the values that I selected in the list box, how do I dynamically add these results to a temporary table which I will include in a query together with Table A. This query then will be the data source of my underlying form.
Please advise. Thanks.
Any source code you may share will be very much appreciated.