I have a combo box that displays all the employees in the Employee table. In the drop down, both Last Name and First Name are displayed, but once selected, only the Last Name is visible. In the combo box wizard, I select EmployeeID, EmployeeLastName, and EmployeeFirstName and specify the key column, EmployeeID to be hidden. Any idea how to get both Last and First Name to remain displayed in the combo box once selected? Thanks!