Include an extra column (or two) in a query, separating the field.
First new column: = left(fieldname, 3).
Second new column: = right(fieldname,len(fieldname)-3).
Sort by second new column, then by first new column.
It's not necessary to display all columns.
Randy