I've got a combobox that I'm populating from the database. That works fine and I am storing an ID in the ItemData for each entry.

What I'd like to do is to identify one of those items that matches a single value. What's the easiest way to loop through the ITEMDATA of the rows listed in a combobox??

Thanks....