Removes a filter from the current object, which can be a table, query, or a form.
DoCmd.ShowAllRecords()
See the example for the ApplyFilter method.
The method also requeries the recordset displayed by a form.