Team LiB
Previous Section Next Section

ShowAllRecords

Removes a filter from the current object, which can be a table, query, or a form.

Syntax

DoCmd.ShowAllRecords()

Example

See the example for the ApplyFilter method.

Comments

The method also requeries the recordset displayed by a form.


Team LiB
Previous Section Next Section