I have two form, FORM 1 and FORM 2.
I have combo box with list item, All in form1
0 - "A"
1 - "B
When I choose "A" from combo box in FORM1 , How I can show the selected list(Variable) to be display in textbox on form 2 ?
Code:Combo1.ListIndex = 0 Combo1.Text = Combo1.List(Combo1.ListIndex)




Reply With Quote