G
Guest
My code:
Private Sub Command12_Click()
Combo6.SetFocus
Combo6.AddItem , 0 = Val(Text10.Text)
End Sub
Can someone send correct code so that after user enters text into a textbox
control and then clicks the command button, it adds the entry to the bottom
of the list in the combo box?
~thank you
Private Sub Command12_Click()
Combo6.SetFocus
Combo6.AddItem , 0 = Val(Text10.Text)
End Sub
Can someone send correct code so that after user enters text into a textbox
control and then clicks the command button, it adds the entry to the bottom
of the list in the combo box?
~thank you