Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following situation and dont even know which tool to
use...excel? access? other? I have a list of about 10,000 elements. These are chemical compounds. I need to create an interface to be able to "assemble" the compounds so that each compound shows its ingredients. ex: Lets say I have (in a huge column) comp1, comp2, comp3, comp4, comp5, comp5, comp6 Now, I select comp1 to work on it... and then select the ingredients that makeup comp1 comp1--comp2 comp3 comp4 Now I select comp2 and work with it... comp2--comp4 comp5 comp6 Basically each of the compounds on this list is made up of one or more compounds on the same list So I was thinking I should have at least two listboxes. On the left one I select which compound I would be working on, and then from the list on the right (with multiselect on) I select all of its ingredients (both listboxes would how the same columns of data). Is this at all doable with about 10,000 elements? I would also like to have a textbox that would work as a search box for the right side listbox. It should work by simply detecting changes and doing instant searches....so if I type "c" it would jump to the first C in the list, but then I add an 'o' (now "co" on the textbox) it would jump to the first "co" on the list...and so on...by just completing the word it should jump automatically....is this possible? will it be done in relatively decent amounts of time or will the 10,000 element list be so huge it will take minutes to serach? thanks, -gguillermo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching, matching then searching another list based on the match | Excel Discussion (Misc queries) | |||
listbox B conditional of input in Listbox A | Excel Discussion (Misc queries) | |||
Multicolumn Listbox and ordinary listbox | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming |