ServerFilter Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets the server filter for the specified object. Read/write String.

expression.ServerFilter

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

A server filter is a criterion for specifying the type or types of records to be fetched from the server. The data model adds a server filter string to the WHERE clause of the SQL statement that it generates. You can set a server filter only on recordsets that have a primary row source of type dscTable or dscView.