I would like to send the value that is selected in a combo box to a textbox on a second form. I thought I could setup a global variable like public passname as string, then use
passname = combo1.value on form1 and
txtname.text = passname on form2 but that doesn't work.
Thanks..Russ
passname = combo1.value on form1 and
txtname.text = passname on form2 but that doesn't work.
Thanks..Russ