<< Click to Display Table of Contents >> AdoRecordSet:Sort Access |
![]() ![]() ![]() |
ACCESS Sort AS STRING PASCAL CLASS AdoRecordSet
STRING a String of field names in the Recordset to sort on
This property requires the CursorLocation property to be set to adUseClient. A temporary index will be created for each field specified in the Sort property if an index does not already exist.
The sort operation is efficient because data is not physically rearranged, but is simply accessed in the order specified by the index.
AdoRecordSet, AdoRecordSet:Index, AdoRecordSet:Sort