Hi All,
First off, thank you for taking the time to help me. Here is my dilemma:
Assuming all the column and table names and spelled correctly, is there any reason why this bit of SQL code isn't working?
SELECT [SalesQty/Year].JPEPN
SUM ([SalesQty/Year].QuantityShipped)
FROM [SalesQty/Year]
GROUP BY [SalesQty/Year].JPEPN;
Thank you!