Remove Multiple Selected Item Alternately from a List Box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bairamsunil
    New Member
    • Jul 2008
    • 1

    Remove Multiple Selected Item Alternately from a List Box

    I have a list box in which items are selected alternately, depending on the selection I have to remove the records in another table which matches this item as well as i have to refresh the list box.

    Things I have tried: When i place a loop for the selected items and use listbox1.requer y (For requery the listbox) the second selected item is being unselected.

    Is there any way i can remember the selected list index.

    Pls let me know
    Thanks

    Bairam
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try to use listindex peoperty of the control.

    Comment

    Working...