I'm trying to set properties for what happens when I select an item from a combobox. Right now I have it set up like this:

Code:
dadada
Private Sub cmbLenstype_Change()
 If cmbLenstype.Text = "Bitoric" Then
   txtItemcode.Show
 End If
End Sub
But it doesn't work. I'm trying to make a textbox appear as soon as the option 'Bitoric' is selected in the combobox.
Please help!

You can probably tell I'm new at this by the elementary level of my past few posts. ^_^

thx,
tainc