Remove record from List Box
- From: "Samantha" <Samantha@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Apr 2005 14:40:02 -0700
I am using a listbox to "store" information that the end user enters, so that
I can use the list for query. For instance, the user enters the part number
and quantity in separate text boxes, and then hit the Add Part button. The
part number and quantity are then added to the List Box by using the code:
ListControl.RowSource = ListControl.RowSource & pn & ";" & qty & ";"
My question is how can I set up so that the user can go to the List Box and
click on the list the part nubmer to remove from the list? What' s the
correct code?
Any help is appreciated! Thanks in advance.
Samantha
.
- Follow-Ups:
- Re: Remove record from List Box
- From: John Vinson
- Re: Remove record from List Box
- Prev by Date: Re: Saving Data From Other Table
- Next by Date: Re: Add Value to Table from checkbox
- Previous by thread: Prohibiting entry of special characters in a field
- Next by thread: Re: Remove record from List Box
- Index(es):