Hello
I have a large amount of customer feedback which I would like to apply some high level categorisation to.
I would like to set up lookup tables that include words specific to a particular theme. I would then like access to search the customer comment field and if it contained any of the words from the table apply the categorisation.
For example i may set up a 'Financial'table that included words such as bill, cost, expensive etc... A given record in the db may contain a comment from the customer saying "The bills are too expensive. I am looking for a lower cost provider" Access would see the words bill, expensive and cost and categorise this as a Financial reason.
I assume I would just build my lookup tables like any other table (I would probably import some predefined lists of words and categories) but what is the expression to get access to check the contents of the text field and cross reference it with the lookup tables?
Hope this makes sense - thanks in advance
I have a large amount of customer feedback which I would like to apply some high level categorisation to.
I would like to set up lookup tables that include words specific to a particular theme. I would then like access to search the customer comment field and if it contained any of the words from the table apply the categorisation.
For example i may set up a 'Financial'table that included words such as bill, cost, expensive etc... A given record in the db may contain a comment from the customer saying "The bills are too expensive. I am looking for a lower cost provider" Access would see the words bill, expensive and cost and categorise this as a Financial reason.
I assume I would just build my lookup tables like any other table (I would probably import some predefined lists of words and categories) but what is the expression to get access to check the contents of the text field and cross reference it with the lookup tables?
Hope this makes sense - thanks in advance