Hi Paul, here is my code in Event After Update of "cboPartNumber" combo box.
Private Sub cboPartNumber_AfterUpdate()
Me.txtDescriptionT = Me.cboPartNumber.Column(2)
End Sub
------------------------------------------
When I select PartNumber from the combo box, the Description Field was not...