G
Guest
Hello to all,
I have a ListBox that's setup to save selected items to a table when a
button is clicked. It works fine, but the items stay selected after the data
has been saved.
Using VB, how do I force the ListBox back into an unselected state? I want
the selected items to become unselected after the button is clicked.
Button Name = btnAddItems
ListBox Name = lstDisplayItems
-Simon
I have a ListBox that's setup to save selected items to a table when a
button is clicked. It works fine, but the items stay selected after the data
has been saved.
Using VB, how do I force the ListBox back into an unselected state? I want
the selected items to become unselected after the button is clicked.
Button Name = btnAddItems
ListBox Name = lstDisplayItems
-Simon