In MS Access you can show multiple columns of data in the dropdown section of a Combo Box. So when you select a row, you see only the Bound column data.
eg. Column Names:
ID, Title, Year, Rating, Supplier
This is handly when you have brief key data (like Title) in the bound column, but when you want to select another row, you get to see more details (such as the Year, Rating and Supplier) in the dropdown section.
Is there an equivilent of this in vb.net 2005

MS Access Combo box Drop Down Equivilant
yannamoto