J
Jim
I have a combo box with two columns; first one
for "ItemCode", second for "ItemDescription". When I used
the wizard to set up the combo box I first selected
the "ItemCode" field to store in the underlying table and
then tried again using "ItemDescription" to store data in
the underlying table. But only "ItemCode" (the first
column) is sent to the underlying table. Ultimately I
want to get data from both columns to populate two
seperate fields. I tried referencing the second column
using VBA but keep getting #NAME?.
This seems like one of those things that is so simple
that I can't see the forest for the trees. What am I
doing wrong?
for "ItemCode", second for "ItemDescription". When I used
the wizard to set up the combo box I first selected
the "ItemCode" field to store in the underlying table and
then tried again using "ItemDescription" to store data in
the underlying table. But only "ItemCode" (the first
column) is sent to the underlying table. Ultimately I
want to get data from both columns to populate two
seperate fields. I tried referencing the second column
using VBA but keep getting #NAME?.
This seems like one of those things that is so simple
that I can't see the forest for the trees. What am I
doing wrong?