P
Paul
I have a combo box with the drop list based on a table. The drop list have
two columns with the bound column assigned to the first column and is based
on the ID field of the table. The second column is the description (text
data type) of the item of that ID field. I set the column width in the way
like (0";2") so that only the description show in the drop list. I need to
assign a value ("description") to that combo box using vba and it will be
recognized as the id field of the bound column so that the value (ID) on the
combo box can be saved back to the table. I can assign the "description" to
that combo box but it fails to save the ID value of that description back to
the table. Thanks.
two columns with the bound column assigned to the first column and is based
on the ID field of the table. The second column is the description (text
data type) of the item of that ID field. I set the column width in the way
like (0";2") so that only the description show in the drop list. I need to
assign a value ("description") to that combo box using vba and it will be
recognized as the id field of the bound column so that the value (ID) on the
combo box can be saved back to the table. I can assign the "description" to
that combo box but it fails to save the ID value of that description back to
the table. Thanks.