How do you find a combo box entry based on the ItemData. I'm loading a combo box with entries from a description field. I'm using the primary key for that table as the item data for each description. Now if I know the primary key how do i display the correct item in the combo box. Here is a quick sample.

Assume I have loaded a combo box with this data

Apple ItemData = 1
Orange ItemData = 2
Banana ItemData = 4
Grapes ItemData = 7

Now lets say I know the itemData is 4. How would I display Banana