S
Sam
I have a combo box with 5 columns only 1 is visible to the user
I have the following code on change
Mystring1 = Me.Combo1.Column(1)
Mystring2 = Me.Combo1.Column(2)
This does not work and gives a readonly error
Can this Work and if so What is the syntax??
TIA
Sam
I have the following code on change
Mystring1 = Me.Combo1.Column(1)
Mystring2 = Me.Combo1.Column(2)
This does not work and gives a readonly error
Can this Work and if so What is the syntax??
TIA
Sam