I'm having a problem with sorting the data in one of my reports. I am using the following query as the record source in my report:
SELECT
Project.project_id, Project.project_name, Project.project_mgr, Project.prioritycode,[Project Info].project_id,[Project Info].employment, [Project...