Connecting Tech Pros Worldwide Help | Site Map

Remove filter on form

Denis
Guest
 
Posts: n/a
#1: Apr 9 '07
How do I set up a button to remove a form filter. I can get a button
the edit the form filter by nowt remove it. I don't want the have the
use the remove filter on the records menu

Thank you

storrboy
Guest
 
Posts: n/a
#2: Apr 9 '07

re: Remove filter on form


On Apr 9, 6:02 pm, "Denis" <denisphe...@gmail.comwrote:
Quote:
How do I set up a button to remove a form filter. I can get a button
the edit the form filter by nowt remove it. I don't want the have the
use the remove filter on the records menu
>
Thank you

I believe setting the FilterOn property of the form should do it. You
may have to refresh as well, but I'm not sure.

Me.FilterOn = False
Me.Refresh

Closed Thread