Sort Order

S

Stephen Hartman

Can a field be forced to sort a specific way and not just ascending or
descending?

TIA
 
A

Allen Browne

To specify a different sort order, create a lookup table with a record for
each possible value, and a number field for the sort order you want.

You can then include the lookup table in your query, and sort by the number
field.
 
Top