Ok first off I have tried to search for the answer to this but I'm not finding anything (even though I'm sure it's been answered before) I will admit that I'm new to Visual Basic but I have been studying and trying to learn but it's proving to be harder than I thought...
What I have is a combobox that is a drop down list so that the user can only make a selection not type in their own information.
The Issue I'm having is I want to make the combo box have a coupe of items that the user can select but before the user selects an item I want the text for the combo box display what the combo box is.
Ex.
Combobox name:
Sales Rep
User clicks the combo box
and it displays a list of names (but not the Sales rep text)
I would think that this is pretty simple but when it comes to Visual Basic I have learned that this is not always the case...
Thanks in advance for helping a new comer to programming.
Ryan