Here is the data it is connected to:
Here is the combo box set up:
What I am calling
private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show(comboBox1.ValueMember);
}
This shows up:
But the combo description works fine:
Why is the messagebox not showing 1 or 2?