I have a combo box on a standard windows form. The combo box is bound to a field from Access table1. The Display Member is a field from the data source table. There is another field from the data source table that is the Value Member. It was my understanding that when the form is run the combo box would display a list of values (from the Display Member field) to select from (the combo box does this). It was also my understanding that the value placed in the bound field would be the value from the Value Member field (it does not do this). It actually inputs the Display Member field value. What am I doing wrong here?