I am trying to learn Access. I often refer to The Northwinds sample database to figure stuff out, but something has me perplexed. When you view the "Orders Qry" query it has an employee field and it displays their full name. When you view it in design mode that same column is actually "EmployeeID" which is an autonumber. How did they get the query to display the full names instead of the corresponding autonumber?