Hello-
I have a form where I am going to put a combobox. I want the user to be able to either choose one of the drop down menu items, or type in something not on the list. I was looking at the properties of the combobox and it seems like the combobox.text and combobox.value both contain the exact same data. Is there any difference between the 2 ( .text and .value)? In this case is one better to use than the other to grab what the user types in?
thanks!
-Jon
I have a form where I am going to put a combobox. I want the user to be able to either choose one of the drop down menu items, or type in something not on the list. I was looking at the properties of the combobox and it seems like the combobox.text and combobox.value both contain the exact same data. Is there any difference between the 2 ( .text and .value)? In this case is one better to use than the other to grab what the user types in?
thanks!
-Jon