I have several fields, the query has a few fields sorted as follows:
LOC - Sorted
LONG- sorted
LAT - sorted
Now I know access will base the sorting off the first field that is sorted (LOC) and then the next field that has a sort defined (LONG) and then (LAT).
My issue is I want to run the Query (to fix the LONG and LAT easily), but I want to have the Query sort by LONG 1st and then LAT, then LOC. However in the results after running the Query, I still want the order to show LOC, LONG, LAT and not LONG, LAT, LOC.
Is there an easy way to specify an order hierarchy to the Fields to sort by other than moving the order (as LONG, LAT, LOC) in the Query?
Thanks...