Im gonna add about 1000 items to a combo box. And then when someone clicks a button, i need to get the corresponding number to each string. My quesiton is do i have to compare whatever string they pick to 1000 others using case statements, or can i give data to each string that i give the combo box, and then just get the data with the string.