I am trying to do the following:
I have a table #1 that has a list of key words
I have another table #2 that has a list of descriptions
In Table #2, I would like to create a new field that has the concatenation of any of the key words (with a separator such a comma) that match the description of that record
I was able to create something that creates a Boolean field that indicates that one or more key words match, I am just trying to take it a step further and create a list of the individual key words that matched.