I have a combo box that has 2 columns - an identifier and a description. The control is bound to the identified field. Once the user selects the correct option in the combobox, it will update the field in the table. I also want to be able to update the description field in the table at the same time.
I know I can use the AfterUpdate procedure and know that that the description field is the first column of a query I use to fill the combo box (cmbDistb.Column(0)), but cannot figure out the right code to update the field in the table.
I know I can use the AfterUpdate procedure and know that that the description field is the first column of a query I use to fill the combo box (cmbDistb.Column(0)), but cannot figure out the right code to update the field in the table.