Hi,
I have an aggregated query (query / query) in Access and when i run it with my tables
Linked to an SQL it does not function. This is the string
SELECT XcodeCaseQuery1.XID, XcodeCaseQuery1.Category, Sum(XcodeCaseQuery1.StatusOpen) AS SumOfStatusOpen, Sum(XcodeCaseQuery1.StatusReview) AS SumOfStatusReview, Sum(XcodeCaseQuery1.StatusClosed) AS SumOfStatusClosed
FROM XcodeCaseQuery1
GROUP BY XcodeCaseQuery1.XID, XcodeCaseQuery1.Category;
Were am i doing wrong?
I have an aggregated query (query / query) in Access and when i run it with my tables
Linked to an SQL it does not function. This is the string
SELECT XcodeCaseQuery1.XID, XcodeCaseQuery1.Category, Sum(XcodeCaseQuery1.StatusOpen) AS SumOfStatusOpen, Sum(XcodeCaseQuery1.StatusReview) AS SumOfStatusReview, Sum(XcodeCaseQuery1.StatusClosed) AS SumOfStatusClosed
FROM XcodeCaseQuery1
GROUP BY XcodeCaseQuery1.XID, XcodeCaseQuery1.Category;
Were am i doing wrong?