W
Wantula
Lynn Trapp asked me to post the actual SQL code so that it can be checked for
error. The error is "Syntax error in FROM clause."
SELECT Stock.Item, Sum(Stock.Quantity),
Sum(Sales.[Item Bought])
FROM Stock JOIN ON Stock.Item = Sales.Item Bought
GROUP BY Stock.Item
error. The error is "Syntax error in FROM clause."
SELECT Stock.Item, Sum(Stock.Quantity),
Sum(Sales.[Item Bought])
FROM Stock JOIN ON Stock.Item = Sales.Item Bought
GROUP BY Stock.Item