I have a table that stores a physical inventory count. Users scan products into the table with a default quantity of 1, so if there are three items, the product will be scanned 3 times.
I have been exporting the data into excel and doing a sumif but I want a query to do this for me. Ideally, the query will sum the quantities for each unique date. Thanks.