I have very limited knowledge and I need to extract data from sales transactions so that I can update stock levels. I can do the extraction bit with StockID , stocktransactionid and quantity in a query. This results in a list of all sales, some stock lines have been sold on more than once.
What I can't seem to do is get a query that will add all the sales for each stock line, once I get this I can update stock levels. Any suggestions? preferably with an explanation so that I learn as well. Thank you in advance.
What I can't seem to do is get a query that will add all the sales for each stock line, once I get this I can update stock levels. Any suggestions? preferably with an explanation so that I learn as well. Thank you in advance.