I have made a query with a custom field of:
LocName: ["LOCATION_D ESC] & " ~ " & [LOCATION_CODE]
How do I make the [LOCATION_CODE]; ascending? and not make the LOCATION_DESC ascending. While keeping the field the same? When I run this it doesn't know how to arrange it because there are 2 categories.
Thanks
LocName: ["LOCATION_D ESC] & " ~ " & [LOCATION_CODE]
How do I make the [LOCATION_CODE]; ascending? and not make the LOCATION_DESC ascending. While keeping the field the same? When I run this it doesn't know how to arrange it because there are 2 categories.
Thanks
Comment