There are two columns under the combo box (name: cboDefectGroup) . When I assign a recordset to the combo box as below, no data can be displayed. Below is my VBA
cboDefectGroup.Value = rsTemp2("Description")
cboDefectGroup.Value = rsTemp2("Description")
Last edited: