A
account12
Hi Iam using a custom outlook form with a combobox.
I have populated the combobox during the Item_Open() event.
I am using two columns in the comboxbox. The first column has the text
that the user can see, and the second column has the values (hidden
column).
Example:
red 10
blue 20
green 30
So if a user enters "20" a textbox, I want to auto select blue.
Is there a method such as
ComboxBox.SelectedValue
or another method/property?
Thanks
I have populated the combobox during the Item_Open() event.
I am using two columns in the comboxbox. The first column has the text
that the user can see, and the second column has the values (hidden
column).
Example:
red 10
blue 20
green 30
So if a user enters "20" a textbox, I want to auto select blue.
Is there a method such as
ComboxBox.SelectedValue
or another method/property?
Thanks