G
Guest
I am creating a database for my special education department. Students can be assigned any, some, or all of the following categories; Special Ed, 504, At-Risk, or General Ed. In the student info table Special Ed, 504, At-Risk, and General Ed are seperately represented by a Yes/No.
The problem I have run into is trying to filter the reports.
***I need to be able to filter reports into Special Ed, 504, At-Risk, or General Ed as complete seperate reports (for example, a report of all At-Risk students regardless of whether they fall in or out of another category.
***I also need to be able to run reports that contain combinations of Special Ed, 504, At-Risk, or General Ed. (for example, a report of all students who qualify for both Special Ed and At-Risk, but not General Ed)
I have tried listboxes, whereas clauses, and every other thing I can find. I may need to change my student info table, but I am not sure anymore. Any and all suggestions are very welcome.
The problem I have run into is trying to filter the reports.
***I need to be able to filter reports into Special Ed, 504, At-Risk, or General Ed as complete seperate reports (for example, a report of all At-Risk students regardless of whether they fall in or out of another category.
***I also need to be able to run reports that contain combinations of Special Ed, 504, At-Risk, or General Ed. (for example, a report of all students who qualify for both Special Ed and At-Risk, but not General Ed)
I have tried listboxes, whereas clauses, and every other thing I can find. I may need to change my student info table, but I am not sure anymore. Any and all suggestions are very welcome.