To expand a bit on the answer that Ferruccio68 provided, If you want the data sorted in a manner that does not conform to either an alphabetic or numeric sort in either an ascending or descending order, then you wil need to add a column to your data/query that will provide the means for you to control the order of appearance.
To illustrate, I make it a habit to add a ReportOrder column (of type Integer) to auxilliary tables (e.g. a Status table, or a Priority table) so that I can link to that table and then use that ReportOrder column to control the order in which data is presented on a form or within a report.