J JD Oct 23, 2006 #1 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?
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?
S Steve B. Oct 24, 2006 #2 Use a binding source and bind the listbox and textboxes to the same binding source...
J JD Nov 30, 2006 #3 Thank you Steve B. said: Use a binding source and bind the listbox and textboxes to the same binding source... Click to expand...
Thank you Steve B. said: Use a binding source and bind the listbox and textboxes to the same binding source... Click to expand...