I have a table errors(errorId, category, eDate).
I am trying to show as result the number of errors per week and categories. The query result should be something like:
Week Category1 Category2
01 2 5
02 0 20
I have a table errors(errorId, category, eDate).
I am trying to show as result the number of errors per week and categories. The query result should be something like:
Week Category1 Category2
01 2 5
02 0 20
The code I posted wasn't right. You need to look into Crosstab Queries in Access.