I have four columns on information: Name, Sales Item, #of Items Sold Per Day, Date of Sale.
I want to create a report (which I assume I should base on this query) that shows Sales Items, # of Sales Items Sold (based on date range) for specific Name.
I have created a query that prompts for the date range but the problem is that when I run the report, if the same Sales Item and Same person sold on two different dates I have two entries on the report. I don't really care when the person sold the item, I just need a total number for each name and each item... can anyone please help?
I want to create a report (which I assume I should base on this query) that shows Sales Items, # of Sales Items Sold (based on date range) for specific Name.
I have created a query that prompts for the date range but the problem is that when I run the report, if the same Sales Item and Same person sold on two different dates I have two entries on the report. I don't really care when the person sold the item, I just need a total number for each name and each item... can anyone please help?