Hi. I thought you said the default value would depend on what was selected in the Combobox? If so, you don't put "London" in the code. Instead, you select "London" from the Combobox, and the code will pick it up for you.
Hi. I thought you said the default value would depend on what was selected in the Combobox? If so, you don't put "London" in the code. Instead, you select "London" from the Combobox, and the code will pick it up for you.
No, I don't think I misunderstood what you asked for. Did you try the code I posted? Since you don't know ahead of time what the user will choose from the Combobox, you can't put it in the code. The code I gave you should put London, if the user selects London, and it should automatically put England, if the user selects England. Give it a try and let us know what happens.