- When databases get really large we sometimes want cascading
sorts. For example;
Sort first by TownCity then within TownCity sort the lastnames
alphabetically.
- This is achieved as follows;
- From the menu bar, select
Records | Filter | Advanced
Filter/Sort...
- This will bring up the window below;

- Use the drop box on the right of the field to select TownCity,
and choose Sort Ascending.
|
|
- In the next column choose LastName, and sort ascending.
- Finally Click the Apply filter button.
- Look carefully at the data. See how the names are sorted
within TownCity.
|
TownCity |
LastName |
|
AUCKLAND |
Banks |
|
AUCKLAND |
Corich |
|
AUCKLAND |
Wake |
|
NAPIER |
Tartic |
|
NAPIER |
Verhaart |
- Try the following cascading sorts
- Hourly rates within job title
(Order is Job title, Hourly rate)
- Ascending departments within address, AND in descending
order of Hourly rate!
(The order is Address, Department, Hourlyrate)
|