How do i remove the selected value from a datacombo list box based on the index value selected?
Say my dcListbox holds the values:
dcListb.list(index1) = 015
dcListb.list(index2) = 016
dcListb.list(index3) = 017
If during run time the user selects index2 ie(016)
i wish to code a button click_event to removed the value in the list that is selected.