I have two combo boxes that contain data from one table.
table has two fields: Name and ID
cboName
cboID
I would like both combo boxes to update each other.
example if start typing in the cboName box it fills in after update I would like the cboID to be updated with the correct value and vise...