P
Paul
How to use vba to select an item from the drop lost of a combo box. The drop
list is based on a table with two columns, ID field (PK) the first column
and the Name field the second column. The first column is the bound field
for the combo box and it is set to hidden by minimize the width of the
column from the user. Also I need to use the combo box itself as a parameter
on a query, so that it important that when assigning the value using vba to
the combo box it will pick up the ID bound field for the value. Thanks
list is based on a table with two columns, ID field (PK) the first column
and the Name field the second column. The first column is the bound field
for the combo box and it is set to hidden by minimize the width of the
column from the user. Also I need to use the combo box itself as a parameter
on a query, so that it important that when assigning the value using vba to
the combo box it will pick up the ID bound field for the value. Thanks