D
D Collins
Hello,
I have 2 list boxes, one from which you choose something,
then I send it over to another list box to indicate that
it was chosen (just like a wizard). Here's my problem,
when I iterate through the list box to determine which one
(s) were selected, it takes forever. The source of the
list box is a table of approx. 3,000 choices from a
linked SQL table.
I do have other list boxes from which I choose items that
are also linked to a SQL table source, but they do have
less items.
Question: Is there a better way to accomplish what I
need (having a list box of 3,000 choices from which I
select several to move over to another list box) run
smoother, quicker?
Thanks, D.
I have 2 list boxes, one from which you choose something,
then I send it over to another list box to indicate that
it was chosen (just like a wizard). Here's my problem,
when I iterate through the list box to determine which one
(s) were selected, it takes forever. The source of the
list box is a table of approx. 3,000 choices from a
linked SQL table.
I do have other list boxes from which I choose items that
are also linked to a SQL table source, but they do have
less items.
Question: Is there a better way to accomplish what I
need (having a list box of 3,000 choices from which I
select several to move over to another list box) run
smoother, quicker?
Thanks, D.