I have a combo box the three columns. After the combo box has been selected
how can I get the data from the third column but show only the first column
after selected.
Example: Combo box drop down displays Name, Descr, Cost. I want to show
the name and put the Cost into a label after selected.
I can display the name, but can't seem to find out how to get the data from
the third column through the on change event.
Thank you in advance,
Mike
how can I get the data from the third column but show only the first column
after selected.
Example: Combo box drop down displays Name, Descr, Cost. I want to show
the name and put the Cost into a label after selected.
I can display the name, but can't seem to find out how to get the data from
the third column through the on change event.
Thank you in advance,
Mike
Comment