andrewhanna
New member
- Local time
- Today, 05:45
- Joined
- Apr 26, 2002
- Messages
- 7
I have a single table with information for a call tracking system. Most of the information is yes/no. I need to be able to total the amount of yes' for each column within a date range. Right now, I have about 100 queries to try and accomplish this. However, I am almost certain that this can be done in a single query.
I put the CallNumber total in the query with the date specifications. Then a query for each field combined with this query to give the amount of yes' in that time range. I am only able to do one Where after the CallNumber query...is there a way to calculate all the yes' inside the same query (for between those dates of course)?
I put the CallNumber total in the query with the date specifications. Then a query for each field combined with this query to give the amount of yes' in that time range. I am only able to do one Where after the CallNumber query...is there a way to calculate all the yes' inside the same query (for between those dates of course)?