this is how i got the number of dead
SELECT aaa.Name, aaa.Priority, Count(*) AS Outcome
FROM aaa
WHERE (((aaa.thirtydaymortality)="Dead"))
GROUP BY aaa.Name, aaa.Priority;
obviously i can change the word alive for dead and get the numbers, but i want to be able to say Dr Blue (from name field)...