From: bill on
The one that shows one key and is bound to another? Is there anything like
that in vb 2005?


From: PvdG42 on

"bill" <bill(a)bottlegarden.com> wrote in message
news:ufigUVG7IHA.3672(a)TK2MSFTNGP04.phx.gbl...
> The one that shows one key and is bound to another? Is there anything
> like that in vb 2005?
>
The .NET combo box has the properties you need. Check out Data Bindings(+),
Data Source and Display Member.

From: bill on
Thank you!

"PvdG42" <pvan(a)toadstool.edu> wrote in message
news:OwqYrkG7IHA.3672(a)TK2MSFTNGP04.phx.gbl...
>
> "bill" <bill(a)bottlegarden.com> wrote in message
> news:ufigUVG7IHA.3672(a)TK2MSFTNGP04.phx.gbl...
>> The one that shows one key and is bound to another? Is there anything
>> like that in vb 2005?
>>
> The .NET combo box has the properties you need. Check out Data
> Bindings(+), Data Source and Display Member.