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
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
Comment