I want to create a query which sorts results based on two fields. I want to sort by Project Status first and then by Project Number.
Within the first field, project status, which is either open, pending, halted and closed, I want to order them in the above order. How can I do this?
Any help...