I have a combo box that contains id, first name, and last name, where id is the bound column. In a later form I want to populate a name field using the first and last name of the record selected in the combo box. I would like to use the setvalue function in a macro but can't figure out how to grab the data from the second column of my combo box.