Maybe I'm missing something but there are ways to sort tables.
1. If all you want to do is sort a table in ascending order you can use
the
ORDER BY feature in the table's Properties. Example: [tbl Total
Liab].[Account Nr],[tbl Total Liab].[RelTy] (This sorts my "tbl Total
Liab"
table in ascending order by Account Nr then by RelTy. I believe there's a
way
to designate descending but I can't recall the syntax.)
2. To sort by ascending and then descending I've used the Primary Key
option, setting Account Nr and RelTy as Primary Keys (click on the Account
Nr
row and then click the Primary Key icon on the tool bar and then the same
for
the RelTy row). Using the Index icon, (next to the Primary Key icon on the
tool bar) I then change the Primary and the Unique options to No in the
Index
Properties at the bottom. Then I rename the Index Name to Account Nr and
RelTy (originally defaults to the name Primary Key). I set the Sort Order
for
Account Nr to Ascending and the RelTy to Descending. This works just fine
in
my experience.
Bill
collette said:
I am trying to sort a table using customer name, address, City and state
using ascending, while at the same time sorting date by descending. It is
a
table of correspondence from various customers. I know it can be done,
just
not how to do it. I know how to sort by one column ascending or
descending,
but that is as far as I can get.