E
Erika
I have a table where I enter the following info
Permit# Issue Date Cost State
1234 05/08/08 40.00 WI
1235 05/09/08 40.00 WI
How do I set up a query that I can enter a start date and and end date and
it will give me the total count of the Permit# and the total costs for WI
within the date range. I am getting totals but it is grouping them by state
and then listing them for each day and I just want the following if searched
between 05/01/08 and 05/10/08
Permit count Cost State
2 80.00 WI
Permit# Issue Date Cost State
1234 05/08/08 40.00 WI
1235 05/09/08 40.00 WI
How do I set up a query that I can enter a start date and and end date and
it will give me the total count of the Permit# and the total costs for WI
within the date range. I am getting totals but it is grouping them by state
and then listing them for each day and I just want the following if searched
between 05/01/08 and 05/10/08
Permit count Cost State
2 80.00 WI