I figured this would work but it does not
Private Sub Form_Close()
Me.Filter = ""
End Sub
as for some reason every so often the filter box contains data and screws up my form! and I have to go into edit and manually remove the filter and then its fine so how can I go about doing the above also in my search I found this
DoCmd.RunCommand acCmdRemoveFilterSort
what does it do / what is it?
Private Sub Form_Close()
Me.Filter = ""
End Sub
as for some reason every so often the filter box contains data and screws up my form! and I have to go into edit and manually remove the filter and then its fine so how can I go about doing the above also in my search I found this
DoCmd.RunCommand acCmdRemoveFilterSort
what does it do / what is it?
