I am trying to sort a query by prioirty: H, M, L. The only way I can find to sort is ascending or descending which wont give me the right order. It seems like it shouldn't be that complicated...
That worked perfectly in my query. Now however, Im trying to run a report off of the query and the report is not pulling in the order that the query results are. I have set 'Priority' as a one of the hearders. Do I need to code similar logic into the report?
Add the number field (the one Gina suggested - where you rank High, Med, Low) in your report. Sort by that field, and set the Invisible property of the field to true (assuming you don't want to show that field but just want to use it to sort the report correctly).