|
Sort
|
Previous Top Next |
| · | Increasing (another term ascending): classifying is assigned from A to Z/or 0 to 9.
|
| · | Decreasing (another term descending): classifying is assigned from Z to A/or 9 to 0.
|
| · | Sorting done on an indexed field, of the current table, is almost instantaneous, regardless of the number of records contained in the table.
|
| · | Conversely, in case a non indexed field is used, the time is directly dependant on the number of records contained in the current selection.
|
| · | The more fields selected, the longer the execution time will be.
|
| · | The more the field in relation is of a distant relational standard, the longer the execution time will be.
|