cancel
Showing results for 
Search instead for 
Did you mean: 

combo columns of combobox

Former Member
0 Kudos

Hi All,

I have a combo box, in which I have 2 combo columns..for example, city and city code. Now it is showing both city and city code in the combo box.

Now, I want to access city and citycode columns individually from the combo box..How can I access?

Thanks in advance,

Regards

Mateen

Accepted Solutions (0)

Answers (2)

Answers (2)

santosh_v
Employee
Employee
0 Kudos

Hi Mateen,

I am not sure what do you mean by accessing the City and City Code individually. But City Code is the value and City Name is the text in your case. You an try using .value and .text attributes.

Thanks and Regards,

Santo.

Former Member
0 Kudos

Hi Mohammed,

May be you can create two differnent Combo box for each of them and can maintain events such that value once put into city combo would directly get city code populated in other combo and vica versa.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>