Hi novice2002,
you mean from a combobox to a text box?
Just make a cicle with all elements of the combo from the first to the last ...no, forget it, much better and easier:
just use the combobox_change() and here, place the textbox.text= combobox.SelectedItem.text
As easy as that.
Or if you prefer,
use a command button and only when you click on that button, you assume the combobox option has been chosen.
So, instead of the combobox_change() use the commandButton_click() and then, do the bold code here.
Good work ===================
* Marta Oliveira *
===================
marta100@aeiou.pt
-------------------
CPC_TA- Braga
-------------------
Portugal
===================