Let me explain exactly what I am trying to do. I work for law enforcement in Probation. I want to compile a list of current people on probation. List their name, other info, and the current address.
When I add the address fields to the report, i get all the defendant's prior addresses, including the most recent one. I only want the most recent address to be listed for each individual. The field RecordSequenceNum holds the specific record number for each address added to any particular person and must be a vital key in determining which record must appear on the report.
That being said, one individual may have ten RecordSequenceNum values, meaning he has 10 different addresses. I want to list only #10 for that guy.
Another guy may only have 2 RecordSequenceNum values, and I want the highest value to be displayed only, etc....so on and so on.
Again, I want to apologize for not being so up to date on things. I'm not good at SQL whatsoever and can do simple Crystal Reports. However, I am a fairly quick learner and do want to learn new techniques all the time.
There...I've confessed, said my bit and wait for a reply. Thank you all in advance.
