Copy from listbox to listbox

M

Memento

Hello Everyone,

I'm troubled by this one. I'm not sure how to get started with this... I
have a one listbox (lstHardware) (non-dependant), based upon a query, and
which is filled with data from a "hardware" table. When i doubleclick on an
item, I want the item to copy to a second listbox on the form (the second
listbox is bound to a textfield in a "users" table. I've been struggeling
with this one for some time now because there seem to be so many ways to do
this.

Suggestions anyone?
 
Top