Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.42 KB

sortdirection-property-rds.md

File metadata and controls

32 lines (22 loc) · 1.42 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version ms.localizationpriority
SortDirection property (RDS)
SortDirection property (RDS)
33de0dce-f371-6a54-d179-0627939f5b14
48544119
09/18/2015
v=office.15
medium

SortDirection property (RDS)

Applies to: Access 2013, Office 2013

Indicates whether a sort order is ascending or descending.

Syntax

DataControl.SortDirection = value

Parameters

Parameter Description
DataControl An object variable that represents an RDS.DataControl object.
Value A Boolean value that, when set to True, indicates the sort direction is ascending. False indicates descending order.

Remarks

The SortColumn, SortDirection, FilterValue, FilterCriterion, and FilterColumn properties provide sorting and filtering functionality on the client-side cache. The sorting functionality orders records by values from one column. The filtering functionality displays a subset of records based on find criteria, while the full Recordset is maintained in the cache. The Reset method will execute the criteria and replace the current Recordset with an updatable Recordset.