syztemlord
New member
- Local time
- Today, 07:25
- Joined
- Jan 23, 2008
- Messages
- 7
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 = False" not sure if this is what I need, but this dosen't do anything anyway.
Can anyone help?
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 = False" not sure if this is what I need, but this dosen't do anything anyway.
Can anyone help?