FIRST...I am REALLY green, so bear with me. I have read the thread on suppressing duplicate records...however I have a problem. I work with a law enforcement database, and there is no field UNIQUE to the record.
Eg.
I have OFFICER, DATE, CALL NUMBER, COMPLAINT.
I need to count how many COMPLAINTS an officer took in a given time period. However, each time his status changes, I get a new record. The one thing that will be different is a STATUS (arrest, cited, etc).
eg.
OFCR DATE CALL COMPLAINT STATUS
1011 2/10 1234 415 ONSCENE
1011 2/10 1234 415 ARREST
1011 2/10 1234 415 JAIL
1011 2/10 1234 415 COMPLETE
How can I count this as ONE call??
Thanks so much!
Eg.
I have OFFICER, DATE, CALL NUMBER, COMPLAINT.
I need to count how many COMPLAINTS an officer took in a given time period. However, each time his status changes, I get a new record. The one thing that will be different is a STATUS (arrest, cited, etc).
eg.
OFCR DATE CALL COMPLAINT STATUS
1011 2/10 1234 415 ONSCENE
1011 2/10 1234 415 ARREST
1011 2/10 1234 415 JAIL
1011 2/10 1234 415 COMPLETE
How can I count this as ONE call??
Thanks so much!