J
joave
Hi:
Here is a sample of a table I am working with:
Name Field 1 Field 2
Dave 1 1
Dave 1 2
Shirley 2 2
Shirley 1 2
Dave 2 2
I need to be able to count the number of times that Field 1 is 1 for each
Name, the number of times that Field 1 is 2 for each Name, and the same for
Field 2. Here is an example of the query result:
Name Field 1= 1 Field 1 = 2 Field 2 = 1 Field 2 = 2
Dave 2 1 1 2
Shirley 1 1 0 2
I know how to do this when I have the names in the query - I want to be able
to do this when I don't know the names (in other words I don't want to have
to change the query whenever I add a new name).
Any help would be appreciated.
Thank you,
Dave
Here is a sample of a table I am working with:
Name Field 1 Field 2
Dave 1 1
Dave 1 2
Shirley 2 2
Shirley 1 2
Dave 2 2
I need to be able to count the number of times that Field 1 is 1 for each
Name, the number of times that Field 1 is 2 for each Name, and the same for
Field 2. Here is an example of the query result:
Name Field 1= 1 Field 1 = 2 Field 2 = 1 Field 2 = 2
Dave 2 1 1 2
Shirley 1 1 0 2
I know how to do this when I have the names in the query - I want to be able
to do this when I don't know the names (in other words I don't want to have
to change the query whenever I add a new name).
Any help would be appreciated.
Thank you,
Dave