I have serveral filters I use on my form,
example:
Private Sub customer_Click()
Forms!customers.RecordSource = "Enter_Customer"
FilterOn = True
End Sub
I would like to add another button that clears all the filters and allows me to view all the data again.
I have tried using "Me.FilterOn =...