I have 2 tables that I wish to get information out of, but I am unsure how to set up my query. I hope one of you can assist me.
Intake
Intake ID
Date Of Intake(Date/Time)
Caseworker(Text)
Risk Assessments
Intake ID
Substantiation Risk Level(Text)
Substantiation Risk Complete(Yes/No)
3 Month Risk Level(Text)
3 Month Paperwork Turned In(Yes/No)
6 Month Risk Level(Text)
6 Month Paperwork Turned In(Yes/No)
.....The list goes on but I just want to use these fields for now.
If a Risk Level is not null (Substantiation Risk Level, 3 Month Risk Level, 6 mo....etc.), I want to see if the corresponding paperwork has been turned in (or for Substantation Risk Level, I want to check if Substantation Risk Complete is checked).
In a report I want it to look something like this.....
Caseworker
Subst. Risk Level/PW Turned in: 23
3 Mo. Risk Level/PW Turned in: 40
6 Mo. Risk Level/PW Turned in: 32
...etc
What is the best way to set up the query for this report?
Intake
Intake ID
Date Of Intake(Date/Time)
Caseworker(Text)
Risk Assessments
Intake ID
Substantiation Risk Level(Text)
Substantiation Risk Complete(Yes/No)
3 Month Risk Level(Text)
3 Month Paperwork Turned In(Yes/No)
6 Month Risk Level(Text)
6 Month Paperwork Turned In(Yes/No)
.....The list goes on but I just want to use these fields for now.
If a Risk Level is not null (Substantiation Risk Level, 3 Month Risk Level, 6 mo....etc.), I want to see if the corresponding paperwork has been turned in (or for Substantation Risk Level, I want to check if Substantation Risk Complete is checked).
In a report I want it to look something like this.....
Caseworker
Subst. Risk Level/PW Turned in: 23
3 Mo. Risk Level/PW Turned in: 40
6 Mo. Risk Level/PW Turned in: 32
...etc
What is the best way to set up the query for this report?