The problem is tha the combo box is based on a query from a table let's say Clients and on that query I take the fields (last_name,first_name,id) , concatenate the last_name and first_name so tha the user sees on the two column combo box (last_name & " " & first_name,id).I need the user to see...