I am trying to set up a query to search a column for a specific grouping of characters, for example "EPC". For the most part, the initial three characters in the string would contain "EPC", but for some of the descriptions, it might look like "XXX-EPC", and the amount/type of characters before "EPC" can vary.
Is there a way to limit the number of characters a LIKE query can search within a description, so for example search for "EPC" in the first 8 characters of a description, and if "EPC" exists grouped together anywhere in those first 8 characters, returns that data entry?