Hello,
I have a newbie combobox question.
The combobox contains California's cities but I don't want to hardcode something like:
VB Code:
If cboState.Text = "Sacramento" = Then 'Do something with the selection End If
Is there any other property I can use in a selection without hardcoding?
Any coding suggestions are welcomed!
Chris




Reply With Quote