I've attached an example of using a combobox in the scenario you described.
Pay attention to the following combobox properties: DataSource, ValueMember, DisplayMember, DataBindings->SelectedValue.
Hope this helps. Regards,