[RESOLVED] adding item from one listbox to another
hello there,
i'm trying to add items from one listbox to another by either a double click event or through a command button. i have been trying it out but haven't been able to get it.
i have an inveterate impression towards List2.additem = itemsselected.List1.
i am also aware that the syntax is totally out of line, pardon me... im really new at this.
How are you filling the liistboxes?
Is this in Access or VB?
If it is from an array or table, you just need a selected flag, that indicates that the item displayed is selected.
You can use the multi select option on the lisbox to give multiple selections, looping through the listbox entries or through the selected collections.
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Hello there, thanks for all the replies... unfortunately i still have problem resolving this. does anyone know how to allow an empty listbox to additem by double click on the items of another list box?
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...