D
Dasin
Using Access 2003
I have a table that contains an Area (City) list. I have a query that
runs against this list to break down the Areas and count how many times
this Area appears in the list. Example:
Area1 3
Area2 6
Area3 15
And so on. Now I need to total each separate area by name and total of
that area. I have tried adding a Sum query to that query but I am
getting the Mis match error. Do I need to run a new separate query? Or
can I combine it all in one?
Any help appreciated.
I have a table that contains an Area (City) list. I have a query that
runs against this list to break down the Areas and count how many times
this Area appears in the list. Example:
Area1 3
Area2 6
Area3 15
And so on. Now I need to total each separate area by name and total of
that area. I have tried adding a Sum query to that query but I am
getting the Mis match error. Do I need to run a new separate query? Or
can I combine it all in one?
Any help appreciated.