G Guest Nov 2, 2005 #1 Hi, what's the way to set certain value for filter ant to apply it from code? Thanx alek_mil
A Allen Browne Nov 2, 2005 #2 Set the Filter property of the form, and turn on its FilterOn property. Example: Me.Filter = "Surname = 'Jones'" Me.FilterOn = True
Set the Filter property of the form, and turn on its FilterOn property. Example: Me.Filter = "Surname = 'Jones'" Me.FilterOn = True