Ok so I am attempting to create a simple count query and have had some issues.
The table looks like so:
and I need the query to display the count for user: Nick, no and yes.
So the result would be:
Nick - Yes - 2
Nick - No - 5
and so forth for each user.
Is this possible in one query?
The table looks like so:

and I need the query to display the count for user: Nick, no and yes.
So the result would be:
Nick - Yes - 2
Nick - No - 5
and so forth for each user.
Is this possible in one query?