lakshmi_pili
Registered User.
- Local time
- Today, 16:33
- Joined
- May 9, 2001
- Messages
- 10
I got this report which is group by Police Officer, with an arrest date, incident, LastName, First Name, and Violation. The way it works now is that the officer may display a total count of 9 because there were nine Violations - which may include two violations for the same person. The problem I have is that not only do I want it to count how many arrests the officer had (which I can get it to do), but I also want to count only the number of arrests.
If there were a total of nine violations that happened, but two of those violation pertained to Smith, Jane, that means that I would only have a count of seven arrests (or sever individuals) for that officer. I then would like to get a total sum for arrests (or individual)
I am linking 3 tables, and I think that may be the problem.
If anyone can suggest anything, I would appreciate it.
If there were a total of nine violations that happened, but two of those violation pertained to Smith, Jane, that means that I would only have a count of seven arrests (or sever individuals) for that officer. I then would like to get a total sum for arrests (or individual)
I am linking 3 tables, and I think that may be the problem.
If anyone can suggest anything, I would appreciate it.