ServerFilter Property

Microsoft Office Web Components Visual Basic

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.