Been trying for hours to get this right:
I get Compile Error "Expected: ="Code:DoCmd.SetFilter (WhereCondition:="[Complaint] LIKE '*" & [txtFilter] & "*'", ControlName:="BercComplaintsSF")
The problem is with the ControlName part, without that works ok. - Googled it couldn't find any examples of ControlName being used.
Decided to try a different route, but would very much like to know what the correct syntax is.
Thanks
David