Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TRANSFORM Sum(qry_MSDelNote_1.[Order Qty]) AS [Sum Of Order Qty]
SELECT qry_MSDelNote_1.Description, qry_MSDelNote_1.[Product Code][COLOR=red],Sum(qry_MSDelNote_1.[Order Qty]) AS TOTAL[/color]
FROM qry_MSDelNote_1
GROUP BY qry_MSDelNote_1.Description, qry_MSDelNote_1.[Product Code]
PIVOT qry_MSDelNote_1.Store;