Search Form Run-time error 2176

E

Elvis72

I have a search for with multiple check boxes when I open the form and select
one it works fine. When I hit the clear button which works and select a new
checkbox it gives me the error?

When I hit debug it highlights:

Me.Filter = strWhere
Me.FilterOn = True

Not sure what is hanging it up?
 
Top