I have a combo box named cboGear. I have my selections for that combo box added when the Form loads. (ie. cboGear.AddItem "Guitar", cboGear.AddItem "Amps".)
What I would like to happen is when an item is selected from cboGear, six labels that I have made will populate with info. For example if "Guitar" is selected from cboGear, I would like label1 to read, "1 cord", label2 to read "2 extra strings", label3 to read "3 tuner".
I really dont have much, if any, background in vb. I'm just learning on my own in my spare time, so I apologize for ignorance early, heheh.
What I would like to happen is when an item is selected from cboGear, six labels that I have made will populate with info. For example if "Guitar" is selected from cboGear, I would like label1 to read, "1 cord", label2 to read "2 extra strings", label3 to read "3 tuner".
I really dont have much, if any, background in vb. I'm just learning on my own in my spare time, so I apologize for ignorance early, heheh.
Comment