How would I take results from a database and make them into ListItems for a listbox?
I'm trying to populate listbox1 with e-mails and then using a button to add a single value(at a time) to listbox2. In other words, listbox1 will have all the e-mails from the database and listbox2 will have only the e-mails that will get an e-mail. I can populate listbox1 with the database results, it just won't let me add any values to listbox2 from there. I'm thinking that it doesn't know the index value.


Reply With Quote

Bookmarks