This is both a report and a query question. I have a table with the following fields:
Date Rep Quantity Price
I want to create a report that takes the sum of (Quantity*Price) for each rep on each day of the month specified in an unbound form that launches the report. In the end, I want to be able to generate a report that gives me all the reps that had $250,000 or more in sales on each day of the month. I know how to limit it to the month that I specify, but I don't know how to have it sum each individual date.
Thanks for any help!
Date Rep Quantity Price
I want to create a report that takes the sum of (Quantity*Price) for each rep on each day of the month specified in an unbound form that launches the report. In the end, I want to be able to generate a report that gives me all the reps that had $250,000 or more in sales on each day of the month. I know how to limit it to the month that I specify, but I don't know how to have it sum each individual date.
Thanks for any help!