I have a query set up to add the total amount of sales made and the total amount of net paid for the product. I subtract both fields to create a profit field, but how do I sort it so I can choose the dates I want to see the profit?
i.e. weekly profit, monthly profit, yearly profit? Thus far, the query only subtracts the total sum of both sales and net so it gives me the total profit made since the beginning, but I want to create some sort of form or combo box where I type two dates and the profit made between those two dates is shown.
i.e. weekly profit, monthly profit, yearly profit? Thus far, the query only subtracts the total sum of both sales and net so it gives me the total profit made since the beginning, but I want to create some sort of form or combo box where I type two dates and the profit made between those two dates is shown.