Example i have a table:
----------------------
ID. | Color
----------------------
A1. | Red
A2. | Yellow
A3. | Blue
A4. | Black
-----------------------
Is this possible to sort a table like this? specify a field to be on top (example: Yellow) then the other records will be in alphabetical order. the Color field can only be sorted.
----------------------
ID. | Color
----------------------
A2. | Yellow
A4. | Black
A3. | Blue
A1. | Red
-----------------------
Is there a query related to this? Thanks.