I'm trying to create an If...then statement.<br>
What I would like to occur is if user selects an item from the list, a label will display a number (ex: if user selects item "Very good", then lblLabel1.Caption = 5).<br>
Somewhere along the way, I am not understanding how to write the code. I am assuming it has something to do with the index #. (if you can't tell, I'm brand new to programming, trying to teach myself)<br>
Anyone got a suggestion?<br>
<br>
Thanks in advance.
What I would like to occur is if user selects an item from the list, a label will display a number (ex: if user selects item "Very good", then lblLabel1.Caption = 5).<br>
Somewhere along the way, I am not understanding how to write the code. I am assuming it has something to do with the index #. (if you can't tell, I'm brand new to programming, trying to teach myself)<br>
Anyone got a suggestion?<br>
<br>
Thanks in advance.