Complete Recordset Object Reference
The Filter property sets or returns a variant that contains a filter for the data in a Recordset object. The filter allows you to select records that fit a specific criteria.
The Filter property can contain one of the following:
Examples of a criteria string:
Example of an array of bookmarks:
dim fname(10)
fname(2)=rs.Bookmark
rs.Filter=fname(2)
When the Filter property is set, the cursor moves to the first record in the filtered Recordset. And, when the Filter property is cleared, the cursor moves to the first record in the unfiltered Recordset.
| Constant | Value | Description |
|---|---|---|
| adFilterNone | 0 | Removes the current filter |
| adFilterPendingRecords | 1 | Filter that displays only edited records that have not yet been sent to the server |
| adFilterAffectedRecords | 2 | Filter that displays only records affected by the last Delete, Resync, UpdateBatch, or CancelBatch call |
| adFilterFetchedRecords | 3 | Filter that displays the records in the current cache |
| adFilterConflictingRecords | 5 | Filter that displays those records that failed the last batch update |
Complete Recordset Object Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.