Full Version: Remove filter on form
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
debbie_eubanks2000
I am trying thru code to remove a filter. I want the property of filter to blank .
I have :

form1.filter = ""

When I look at property of form , it is still there.

Is there another step or another command to use?

thanks
Millennas
form1.FilterOn = False
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.