D Dazzy Registered User. Local time Today, 16:36 Joined Jun 30, 2009 Messages 136 Jan 12, 2014 #1 Hi All Is it possible to clear filters set on a subform using a button on the main form? If so could anyone please provide me with a code snippet? Many thanks Gary
Hi All Is it possible to clear filters set on a subform using a button on the main form? If so could anyone please provide me with a code snippet? Many thanks Gary
bob fitz AWF VIP Local time Today, 16:36 Joined May 23, 2011 Messages 4,806 Jan 12, 2014 #2 Perhaps something like: Code: Me.[COLOR="Red"]YourSubForm[COLOR="Black"].Form.FilterOn = False[/COLOR][/COLOR]
Perhaps something like: Code: Me.[COLOR="Red"]YourSubForm[COLOR="Black"].Form.FilterOn = False[/COLOR][/COLOR]