T
Tippin
I have a subform that has a multicolumn combo box. 4
columns and I want to select a row fromt he drop down and
store the data in the row I selected into text boxes.
How do I do that.
My data looks like this:
column 1 column 2 column 3 column4
Wall Silver $99.99
Wall Gold $99.53
Wall Black $102.00
Sill Silver $838.99
Sill Gold $1.24
I have tried referencing combobox.column() after I select
a row and I keep getting the 1st occurrance of data. For
instance I would select Wall Gold $99.53 and I
would get Wall Silver $99.99 in my text boxes.
How do I reference the correct column and row?
columns and I want to select a row fromt he drop down and
store the data in the row I selected into text boxes.
How do I do that.
My data looks like this:
column 1 column 2 column 3 column4
Wall Silver $99.99
Wall Gold $99.53
Wall Black $102.00
Sill Silver $838.99
Sill Gold $1.24
I have tried referencing combobox.column() after I select
a row and I keep getting the 1st occurrance of data. For
instance I would select Wall Gold $99.53 and I
would get Wall Silver $99.99 in my text boxes.
How do I reference the correct column and row?