How to add key/value pair to Combo Box in VBA.
I have two Combo Boxes. First Combo Box will fill values into the Second Combo box. The key/ID of the selected value of the second Combo Box must bind to a field of Table.
I coudnt give the key/value pair using the ComboBox.Add(string,index)...