I have an Access DB with a table containing 3 columns.
COL 1: Date
COL 2. ArticleTitle
COL 3. CategoryTitle
I am only interested in the CategoryTitle for this query
As an example, I can have several CategoryTitle s with many Duplicates.
I need a query that gives me the DISTINCT CategoryTitles and the count per title.
Is this possible with one query. If not, then that's why I am having difficulty writing it.
If, yes, then can you hep mewrite the query?
Thanks