I'm not sure if Excel or Access is the best tool.
I am seeking to search for roughly 1,000 unique search strings amongst 100,000 customers and identify all string matches. The customer data set consists of customer ID (column A) and customer name (column B). I would like to return all customer ID's and customer names that match any of the 1,000 search strings in another tab or in a dedicated query (if performed in access). For clarification if necessary, I would like the match to be a contains match, not necessarily an exact match.
I assume this could be done in VBA by looking up every line? Does anyone have similar code that could be applied?
Thanks
I am seeking to search for roughly 1,000 unique search strings amongst 100,000 customers and identify all string matches. The customer data set consists of customer ID (column A) and customer name (column B). I would like to return all customer ID's and customer names that match any of the 1,000 search strings in another tab or in a dedicated query (if performed in access). For clarification if necessary, I would like the match to be a contains match, not necessarily an exact match.
I assume this could be done in VBA by looking up every line? Does anyone have similar code that could be applied?
Thanks