Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending value through global variable

Status
Not open for further replies.

rry2k

Programmer
Jun 28, 2001
678
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top