Hello, please help me with this. I know it could be easy, but a have no experience working with queries.
I want a query that will shows values to be use in a chart. The query combines fields from two tables.
The first one has the following fields
Entity Type
Name1 Government
Name2 Enterprice
Name3 Particular
The second table has:
Entity Request Number* Date
Name1 100 June
Name2 101 June
Name3 102 July
*The request number is an autonumeric number generated for each request.
What I want is to count the requests grouped by entity types per each month, like
Month July
Numbers of requests Entity
20 Goverment
10 Enterprice
15 Particular
Thanks
I want a query that will shows values to be use in a chart. The query combines fields from two tables.
The first one has the following fields
Entity Type
Name1 Government
Name2 Enterprice
Name3 Particular
The second table has:
Entity Request Number* Date
Name1 100 June
Name2 101 June
Name3 102 July
*The request number is an autonumeric number generated for each request.
What I want is to count the requests grouped by entity types per each month, like
Month July
Numbers of requests Entity
20 Goverment
10 Enterprice
15 Particular
Thanks