combo box 2nd column value

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top