I've set up a command button to remove the filter that is applied to a form. I used the code from MS article Q208548 that is very simple: Me.Filter = ""
However, this does not actually clear the form's filter property (it does, however, display all the records as if the filter property were...