Display Multiple Fields in a comboBox

Is it possible to display multiple fields in a comboBox

At the moment I have a comboBox that displays the Suburbs of Australia. Because there can be the same Suburb Name in Multiple States, I need to also display the State. Like this;

Spring Hill   QLD
Spring Hill   TAS

At the moment I'm only displaying Spring Hill twice.

The combobox is bound to a DataSet and I current;y have the Display member set to "Suburb".



Answer this question

Display Multiple Fields in a comboBox