chrisjames25
Registered User.
- Local time
- Today, 17:41
- Joined
- Dec 1, 2014
- Messages
- 404
Hi
When i amend a combobox i want a label to adjust to reflect the current cbox input.
I have used the event change and done on change me.label = me.cbox.value and that works however the cbox has 2 columns. The unique category id and the category. So at moment if i choose the first option from cbox i get 1 appear in label as opposed to clematis for example.
Any suggestion on what code to use to select the second column from cbox value.
When i amend a combobox i want a label to adjust to reflect the current cbox input.
I have used the event change and done on change me.label = me.cbox.value and that works however the cbox has 2 columns. The unique category id and the category. So at moment if i choose the first option from cbox i get 1 appear in label as opposed to clematis for example.
Any suggestion on what code to use to select the second column from cbox value.