G
Guest
I have 2 listboxes on a form... Listbox1 shows "Available Members" while
Listbox2 shows "Selected Members".
When clicking on an "Available Member" and the "Single Arrow" (Add), I add
the selected member to the "Selected Member" listbox (which then creates a
unique key in a table).
Currently, the way this form is set up, I only can select a) one member at a
time or b) all members. I'm in need to modify the form so that I can drag
across consecutive members (maybe 5) or several members (not necessarily in
consecutive order; using the CTRL key) at one time. Then, I'd add them via
the "Add" command button.
The same function (several consecutive or non-consecutive) should work in
the "Selected Members" form (to remove the unique key from the table).
As always, pictures (or samples) are worth thousand words. Hence, I
created a small sample db that can be found at:
http://www.savefile.com/files/6644814
or
http://www.bestsharing.com/files/ms00167798/Listbox--SelectingSeveralEntries.zip.html
Does anyone know how to modify the function so that I can achieve what
described above?
Thanks,
Tom
Listbox2 shows "Selected Members".
When clicking on an "Available Member" and the "Single Arrow" (Add), I add
the selected member to the "Selected Member" listbox (which then creates a
unique key in a table).
Currently, the way this form is set up, I only can select a) one member at a
time or b) all members. I'm in need to modify the form so that I can drag
across consecutive members (maybe 5) or several members (not necessarily in
consecutive order; using the CTRL key) at one time. Then, I'd add them via
the "Add" command button.
The same function (several consecutive or non-consecutive) should work in
the "Selected Members" form (to remove the unique key from the table).
As always, pictures (or samples) are worth thousand words. Hence, I
created a small sample db that can be found at:
http://www.savefile.com/files/6644814
or
http://www.bestsharing.com/files/ms00167798/Listbox--SelectingSeveralEntries.zip.html
Does anyone know how to modify the function so that I can achieve what
described above?
Thanks,
Tom