The problem,
For hours I have been trying to update a particular column in a Product table (Quantity). I run a query that groups all sales from the week and appends then to a Weekly Sales Table, I am then trying (everything) to update the quantity column in the Product table so that it represents the current stock level at the end of the week. [Products].[Quantity]-[WeeklySales].[SalesQty].
I have tried to use update queries, append queries but still no go. I am not sure if I am getting the expression right or not. Any type of help / thoughts would be greatly appreciated.
Thank you
For hours I have been trying to update a particular column in a Product table (Quantity). I run a query that groups all sales from the week and appends then to a Weekly Sales Table, I am then trying (everything) to update the quantity column in the Product table so that it represents the current stock level at the end of the week. [Products].[Quantity]-[WeeklySales].[SalesQty].
I have tried to use update queries, append queries but still no go. I am not sure if I am getting the expression right or not. Any type of help / thoughts would be greatly appreciated.
Thank you