Hi,
I'm a beginner with SQL in MS Access and have a problem maybe someone can help me out with.
I have one table containing four fields (no indexes):
ProductID
UserID
Status
UpdateDate
Everytime a User updates a Product a new record is added to this table; What Product did get updated, by whom and when and a indication (Status) if the update went well or not (a value between 1 and 3).
I want to create query that count the number of updates per Product, per Month. It's bonus if you also can se how many updates of each Status per Product and Month.
Simple? Not to me.
Thanks.
I'm a beginner with SQL in MS Access and have a problem maybe someone can help me out with.
I have one table containing four fields (no indexes):
ProductID
UserID
Status
UpdateDate
Everytime a User updates a Product a new record is added to this table; What Product did get updated, by whom and when and a indication (Status) if the update went well or not (a value between 1 and 3).
I want to create query that count the number of updates per Product, per Month. It's bonus if you also can se how many updates of each Status per Product and Month.
Simple? Not to me.
Thanks.