SELECT ID, Name, (SELECT CityName FROM City WHERE Employee.CityID = City.CityID) AS [City Name] FROM Employee WHERE [City Name] =
Another thing to check is on the Home tab if you have any manual sorts or filters active on the query results. There is a button on that tab to remove sorting that you wont find on the dropdown menu for the field.