Hi,
Have 2 listboxes side by side and 1 button on a form.
One listbox(A) has a list of products. The other empty(B).
The user need to select a product from A and move it to the empty one (B) with the button or double click. Once the desired number of products are in B, a code will do something with the list in B.
You might have come across this, I was wondering if you had some advice how to keep it simple given that:
-would be nice to select many item at once in A (maybe in extended mode?)
-if I select items in A that are already in B, then a message would pop up
or
-when a product is moved to B it disappears from A.
Thanks
Have 2 listboxes side by side and 1 button on a form.
One listbox(A) has a list of products. The other empty(B).
The user need to select a product from A and move it to the empty one (B) with the button or double click. Once the desired number of products are in B, a code will do something with the list in B.
You might have come across this, I was wondering if you had some advice how to keep it simple given that:
-would be nice to select many item at once in A (maybe in extended mode?)
-if I select items in A that are already in B, then a message would pop up
or
-when a product is moved to B it disappears from A.
Thanks
Comment