D
David G.
I am trying to read the values of 2 columns of the selected item in a
multi-column combo box.
cboField1 is the multi-column combo box
cboField1.rowsource=r1c1;r1c2;r2c1;r2c2;r3c1;r3c2.....
cboField1 Row Source Type=Value List
cboField1 Column Count=2
Me("cboField1").ItemData(2)
gives me the value for column #1 in row #2
Me("cboField1").Column(1)
gives me the value for column #2 in row #1
I can't find the syntax for getting the value for column #2 in row #2.
Thanks for any help!
THANKS!
David G.
multi-column combo box.
cboField1 is the multi-column combo box
cboField1.rowsource=r1c1;r1c2;r2c1;r2c2;r3c1;r3c2.....
cboField1 Row Source Type=Value List
cboField1 Column Count=2
Me("cboField1").ItemData(2)
gives me the value for column #1 in row #2
Me("cboField1").Column(1)
gives me the value for column #2 in row #1
I can't find the syntax for getting the value for column #2 in row #2.
Thanks for any help!
THANKS!
David G.