I have a situation where we have a combo box that has over 19000 items to load. It is very slow to load. It is also very slow when searching for the correct item in the list when the main record changes. An example would be I have a list of accounts and each account could have a value(say City) that could be any one of large list in the combobox. It seems to search thru the whole list, even scrolling each value in the box until it finds the right one.
Is there any way to speed up the process in finding the correct item in the combo? Also, is there any way to speed up the process of loading the combo when you have so many items. If not, any thoughts on a better way to do it would be appreciated.
Thanks
JR
Is there any way to speed up the process in finding the correct item in the combo? Also, is there any way to speed up the process of loading the combo when you have so many items. If not, any thoughts on a better way to do it would be appreciated.
Thanks
JR