R
Rick West
When I use a List Box to select data for filling in a
column in a table it works fine. The table columnID
(autonumber)is passed to the receiving table and the list
box shows the selections in descriptive English from
column #2 & #3.
But, when I try to do the same thing with a Combo Box
(want to use a Combo Box because I understand a user can
either select from a list or type in their own data)the
columnID (autonumber)is all that is visible in the Combo
Box after the selection is made?
Example: Table1, ColumnID, Person's Name
I want the Combo Box to show the persons name and pass
the ColumnID to the receiving table. Now the ColumnID
shows after the name selection is made.
Any help is appreciated, thanks.
column in a table it works fine. The table columnID
(autonumber)is passed to the receiving table and the list
box shows the selections in descriptive English from
column #2 & #3.
But, when I try to do the same thing with a Combo Box
(want to use a Combo Box because I understand a user can
either select from a list or type in their own data)the
columnID (autonumber)is all that is visible in the Combo
Box after the selection is made?
Example: Table1, ColumnID, Person's Name
I want the Combo Box to show the persons name and pass
the ColumnID to the receiving table. Now the ColumnID
shows after the name selection is made.
Any help is appreciated, thanks.