I haven't looked at that code in a while.Originally Posted by vocalmind
Change the name of the textbox and combox in the code below so they match the tutorial code.
VB Code:
Private Sub Combo1_Change() Text1.Text = Combo1.Text End Sub Private Sub Combo1_Click() Text1.Text = Combo1.Text End Sub




