I created a query to capture how many UNIQUE customers there would be in a given time frame. A single customer may have multiple orders. I created a parameter query to capture the time frame.
How would I get the total count of UNIQUE customers?
Table: Orders Field: Cust_ID and Ord_Date
Is it a 'group by' issue?
Any help is greatly appreciated!
How would I get the total count of UNIQUE customers?
Table: Orders Field: Cust_ID and Ord_Date
Is it a 'group by' issue?
Any help is greatly appreciated!