I have a list box with the following columns:
| Product | ProductID | Category |
On the same form, I have a textbox for each column in the listbox.
I want the user to be able to select a row from the listbox and automatically update(fill-in) the textboxes for each control.
| Product | ProductID | Category |
On the same form, I have a textbox for each column in the listbox.
I want the user to be able to select a row from the listbox and automatically update(fill-in) the textboxes for each control.