store one selected from the combo box into a variable.

misdirection

Registered User.
Local time
Today, 11:16
Joined
Jun 30, 2008
Messages
15
Like my title say, how do I store one selected values from the combo box and store them into a variable? I know how to do this via Java, but not in VB because of stupid complicated punctuations.
 
Code:
dim strMyVar
strMyVar = me.MyComboBox
.
.
.
???
 
I did it the other way

If isNull(Me!cmbFirstName) Then
dskjsaldksajd

it works. Thanks. This forum is extremly resourceful.
 
Agreed. There are a handfull of people that are goldmines - :)
 

Users who are viewing this thread

Back
Top Bottom