count/sum function

Sham

Registered User.
Local time
Today, 20:52
Joined
May 31, 2007
Messages
11
Hello!
i am trying to sum the total of ID's by corporate titles in query. In the totals row i have selected 'count' in the ID column and 'sum' in the title column but this doesn't work. I tried the reverse and it also was no good :confused:

Can anyone help - i'm sure its something simple
thanks
 
Brian - it still doesn't work.
I have other fields in my query - could this be the problem?
 
Brian - it still doesn't work.
I have other fields in my query - could this be the problem?

Yes, if you want the count of corporate ID's then just include the ID and select Count.
 
Boblarson - thanks but i want to count the number of IDs by title
 
Then put the title in first and have "Group" selected and select ID's and select Count for that one.
 

Users who are viewing this thread

Back
Top Bottom