InsaneProgrammer
Programmer
I have a form with two list boxes. I populated the first list box with data from a database. The second list box is populated from the first one. The user picks things from list box one and they are entered into list box two. List box two will contain about 15 entries that I want to insert into a table. How do I get the data out of the list box? Can I use the index property to loop through the list box?