Hi All
I want to count multiple fields from a table.
The table has fields like
name (john, marry etc)
Date (12/08/2012, 10/08/2012 etc)
Articalread (xxxx, xxxx, xxxx)
what I want is how many times did john read artical xxx on 12/08/2012
basically I want to take account all three fields when do the count, how should I do it?
I want to count multiple fields from a table.
The table has fields like
name (john, marry etc)
Date (12/08/2012, 10/08/2012 etc)
Articalread (xxxx, xxxx, xxxx)
what I want is how many times did john read artical xxx on 12/08/2012
basically I want to take account all three fields when do the count, how should I do it?