Hello access experts,
I work in a school and I am trying to create an access database that will assist with recording and tracking our dress code and gum violations. What I have created is below:
Student table -student name and grade
Violation table - violation type, violation date, action date, action
The action is the consequence for repeated violations; detention, in school suspension, etc.
What I need is a way to create a query to see how many violations have occurred after an action date.
For example, if a student received a detention on 2/22/12 and received 3 violations since then, I would like to query to figure out the most recent action date and count how many violations occurred since then.
Any ideas on how to set this up?