There's a field in my Orders table called Employee ID. This field has a Number type, but displays the names of the employees. In the table, this field has a query (lookup)for its row source. This is fine in the table, but I need to get these values into a combo box in my DAP. I fill in the combo box properties in my DAP (ListBoundField, ListDisplay, and ListRowsource), but when I go to page view, the employee names are just showing up as numbers. I don't know how to solve this problem, as it's not letting me just copy this query into the control source for this field. Any ideas?