Indicates the value with which to filter records.
DataControl.FilterValue = String
'Programmer'
or 125
).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.
Null values result in a type mismatch error.
FilterColumn Property (RDS) | FilterCriterion Property (RDS) | SortColumn Property (RDS) | SortDirection Property (RDS)
Applies To: DataControl Object (RDS)