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".

Display Multiple Fields in a comboBox
Vurg
You can use the ComboBox.Format event. See this post for details: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=64748.
Joe Stegman
The Windows Forms Team
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
Dan Kahler