Coding a form for two list boxes.

E

EAB1977

Hello everyone. I hope that someone can help me with a situation I
have.

I have built a Inventory/Tracking Database that helps out our people
track and locate items that we have in our building. I have a requst to
my project that some items will need repairs at times and a Machine
Order Number will be supplied.

I have built a form that has the following:

1. MO Number field
2. A list box that has the Serial Number and the Product Description
3. Two buttons that will serve as items to go into a unbound list box
and remove items from the unbound list box.

My biggest hurdle would be when a item is selected from the bound list
box to transfer this to the unbound list box and vice versa. Anyone
have any examples or they have done this kind of thing before?
 
Top