Click to See Complete Forum and Search --> : Thank You Martinliss
Lieu
Feb 16th, 2000, 01:55 AM
I just want to say thank you for your reply. Someone(from work) had answered my question(How to populate the list box from the combo box). But I have other question
for you. How to delete the item form the list box.
Thanks
MartinLiss
Feb 16th, 2000, 02:30 AM
To remove a specific entry
List1.RemoveItem 2
Or to remove the selected entry
List1.RemoveItem (List1.ListIndex)
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.