NavigationButton.NavigationWhereClause Property (Access)
Gets or sets the filter criteria applied when opening the form or report associated with the specified navigation button. Read/write String.
Version Information
Version Added: Access 2010
Syntax
expression .NavigationWhereClause
expression A variable that represents a NavigationButton object.
Remarks
Use the NavigationWhereClaue property to specify a subset of records to be displayed whent he user clicks the navigation button.
The NavigationWhereClaue property is a string expression consisting of a WHERE clause without the WHERE keyword.