G
Guest
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
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