I have a combo box that shows 9 columns. How do I populate 9 textboxes with
the values from the 9 columns from the selected row?

Re: ComboBox and column values by Steve

Steve
Tue Oct 24 07:10:59 CDT 2006

Use a binding source and bind the listbox and textboxes to the same binding
source...


"JD" <jim@microsoft.com> a écrit dans le message de news:
OUs9DKu9GHA.2316@TK2MSFTNGP04.phx.gbl...
>I have a combo box that shows 9 columns. How do I populate 9 textboxes with
>the values from the 9 columns from the selected row?
>



Re: ComboBox and column values by JD

JD
Thu Nov 30 09:05:19 CST 2006

Thank you


"Steve B." <steve_beauge@com.msn_swap_msn_and_com> wrote in message
news:Ovin4V29GHA.2180@TK2MSFTNGP05.phx.gbl...
> Use a binding source and bind the listbox and textboxes to the same
> binding source...
>
>
> "JD" <jim@microsoft.com> a écrit dans le message de news:
> OUs9DKu9GHA.2316@TK2MSFTNGP04.phx.gbl...
>>I have a combo box that shows 9 columns. How do I populate 9 textboxes
>>with the values from the 9 columns from the selected row?
>>
>
>