Microsoft Access VBA Programming for the Absolute Beginner
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.
Категории