R
rmcompute
I set up 2 list boxes. When the user clicks the create button, the left list
box is populated with all the available model #s. After the left box is
populated, the user clicks on as many model #s, as required in the left box.
He then clicks the copy button and the model # is cut from the left box and
copied to the right box. The right box values are used to create a report
filter.
The problem is, when the left box is populated, it cannot load more than
1000-1500 models. Is there a limit to a listbox and is there any way
arround it? If there is not, is there any other way to allow a user to make
a multiple selection, without using a range of values?
box is populated with all the available model #s. After the left box is
populated, the user clicks on as many model #s, as required in the left box.
He then clicks the copy button and the model # is cut from the left box and
copied to the right box. The right box values are used to create a report
filter.
The problem is, when the left box is populated, it cannot load more than
1000-1500 models. Is there a limit to a listbox and is there any way
arround it? If there is not, is there any other way to allow a user to make
a multiple selection, without using a range of values?