Hello all, I have more than one column in a database, ie. a code and description, and I want to allow the user to see 'code - description' in the bound pull-down. Is there any way of doing this or should I just combine the two columns into one and parse them as needed in VB? I am using a data control instead of managing my own recordset.

Thanks!

Shawn