I am trying to write a query on a single field(column).
The query is supposed to count 4 different types of contact methods Email, Phone, Fax and USPS mail used in a specified time interval.
The table is a simple two column table (created from a larger table with other data). The two columns are Date and contactMethod. A single day can have many contactMethods used to conact customers.
I want the query to count and total the number of each type of contact method used between a date range like days, weeks or month.