I'm having an issue that basically invovles an SQL query in MS Access counting criteria from multiple fields. The data I am working with is as follows:-
Option 1 Option 2 Option 3
abc def ghi
abc ghi def
def abc jkl
And how I want the query to display my data:
abc - 3
def - 3
ghi - 2
jkl - 1
Forgive me if this is quite a basic question. I didn't know how best to put into words the nature of my enquiry and I am relatively new to SQL.
Thanks.