I am working on a data entry form that uses several db combo boxes & I am having trouble saving a new record. My problem is this, I am trying to add a text value to an integer field ie rs(1) = cboName.text. It is not the name I am trying to add but the nameid. How can I enter the ID rather than the actual name? Any help would be appreciated.