TashiraRonin
Technical User
I need to break down data such that it performs a count of one field but based on a date field
I have a table with Fields
ID (this is the primary key)
Assessment_Assigned_Number
Assessment_Type
Date_of_Application
Funding_Type
Etc
I need a report which says
Etc
Date range Assessment type 1 Assessment type2 Assessment type 3
1/7/03 to31/6/04 1 2 4
1/7/04 to31/6/05 5 8 12
1/7/05 to31/6/06 2 2 5
1/7/06 to31/6/07 3 5 2
1/7/07 to31/6/08 2 9 8
And I am not sure how I get from the field to the table
What queries, I am assuming more than one, will I need to create to get from table data to out put
I have a table with Fields
ID (this is the primary key)
Assessment_Assigned_Number
Assessment_Type
Date_of_Application
Funding_Type
Etc
I need a report which says
Etc
Date range Assessment type 1 Assessment type2 Assessment type 3
1/7/03 to31/6/04 1 2 4
1/7/04 to31/6/05 5 8 12
1/7/05 to31/6/06 2 2 5
1/7/06 to31/6/07 3 5 2
1/7/07 to31/6/08 2 9 8
And I am not sure how I get from the field to the table
What queries, I am assuming more than one, will I need to create to get from table data to out put