T
Terry
I have a combobox that I select items from and add to a listbox whos
recordsource is a valuelist.
If the listbox is multiselect and I need to remove selected rows, what would
be the best way? Do I need to read the whole valuelist list into an array
and manipulate it there before loading it back into the listbox? If I did
have to do that, how would I retain the array elements intact?
I would expect no more than about 12 rows / 2 columns in the listbox.
regards
recordsource is a valuelist.
If the listbox is multiselect and I need to remove selected rows, what would
be the best way? Do I need to read the whole valuelist list into an array
and manipulate it there before loading it back into the listbox? If I did
have to do that, how would I retain the array elements intact?
I would expect no more than about 12 rows / 2 columns in the listbox.
regards