Alright, so I'm trying to set up a query and corresponding report to provide a census of sorts for customers.
The query contains all the raw data needed for the report, which includes:
Customer ID
Date of Birth
Gender
Last Visit
Favorite Items
Preferred Payment Method
Account Manager
I want to take these values and get counts for them, with and without conditions. So, for example, I want to get a count of the Customer IDs, without any duplicate values (simply a total customer count). I also want to get a count of "active" customers by counting the Last Visit values greater than a given date. Another value that I need is the number of customers per Account Manager.
Can anyone provide me with some information on how to accomplish these things? I've tried messing with the Control Source for text boxes in the report, but I either get the wrong values (duplicates are counted) or #Error.
The query contains all the raw data needed for the report, which includes:
Customer ID
Date of Birth
Gender
Last Visit
Favorite Items
Preferred Payment Method
Account Manager
I want to take these values and get counts for them, with and without conditions. So, for example, I want to get a count of the Customer IDs, without any duplicate values (simply a total customer count). I also want to get a count of "active" customers by counting the Last Visit values greater than a given date. Another value that I need is the number of customers per Account Manager.
Can anyone provide me with some information on how to accomplish these things? I've tried messing with the Control Source for text boxes in the report, but I either get the wrong values (duplicates are counted) or #Error.