combo box using table field as the source (beginner)

i had set an outlook table using adodb.recordset. The table have 2 field : 'ID' and 'ITEM_NAME'.

I would like to set my COMBO BOX with all the 'ITEM_NAME' values from the table without using combo.additem method, because the recordcount is to many. how to set the 'Item_name' table fields into the combo box



Answer this question

combo box using table field as the source (beginner)