Search results

  1. A

    Query to subtract current stock from previous stock

    So I have this table to store quantities after each time a stock check is done and am trying to create a query that for each product would do the calculation (previous stock check quantity) - (latest stock check quantity) my tables are laid out as follows: StockCheckID StockCheckDate ProductID...
Top Bottom