C cuttsy The Great Pretender Local time Today, 13:24 Joined Jun 9, 2004 Messages 164 Mar 15, 2005 #1 Is it possible to remove a filter using VBA. I need to remove a filter on a form when a user clicks on a drop down box.
Is it possible to remove a filter using VBA. I need to remove a filter on a form when a user clicks on a drop down box.
ghudson Registered User. Local time Today, 08:24 Joined Jun 8, 2002 Messages 6,193 Mar 15, 2005 #2 Searching here and/or the Access help files for the key word "filter" and you would have stumbled upon... Code: Me.FilterOn = False
Searching here and/or the Access help files for the key word "filter" and you would have stumbled upon... Code: Me.FilterOn = False