G
Guest
Whenever I run a select query, even if I choose it to
be "not sorted", the resulting records are automaticly
sorted by the primary field values.
I am running a query that is simply a bunch of ORs of
values and I want the resulting table to be in the same
order as I originally put the values in my query.
Ex.
7 or 6 or 5 or 4
and the records returned would be
4 ...
5 ...
6 ...
7 ...
I want,
7 ...
6 ...
5 ...
4 ...
Any help on how to override this automatic sorting would
be appreciated. Thanks!
be "not sorted", the resulting records are automaticly
sorted by the primary field values.
I am running a query that is simply a bunch of ORs of
values and I want the resulting table to be in the same
order as I originally put the values in my query.
Ex.
7 or 6 or 5 or 4
and the records returned would be
4 ...
5 ...
6 ...
7 ...
I want,
7 ...
6 ...
5 ...
4 ...
Any help on how to override this automatic sorting would
be appreciated. Thanks!