combo box 2nd column value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I would like to populate a field in my form with the value of column 2 of my
combo box
i have tried
me.desc = me.combo1.column(2)
but this does not work
me.code = me.combo1
populates field code with first column of combo box
is it possible to capture column 2 value
Thanks
Tina
 
Back
Top