If I have fields with data that has been concatenated is there a way to run a count function in a query to tell me how many times an option is found in the database?
Say 5 rows of data are:
Field 1 - a, b, c
Field 2 - d, e, f
Field 3 - a, b, c
Field 4 - d, e, f
Field 5 - d, j, k
Is there a...