manrique83
Programmer
I need to know if there is any way to do this in Crystal.
I have a query that is irrelevant to my question, but I need to compare records based on that query.
Here are sample records...
GROUP ID SSN ADDRESS City
111 123456789 4906 October Dr. Chicago
111 123456789 4906 October Dr. Chicago
111 123456789 4700 September Dr. Los Angeles
I need to display the record that doesn't have the same address under the same SSN and same GROUP ID, like the last records shown.
How do I do this?? Please help.
I have a query that is irrelevant to my question, but I need to compare records based on that query.
Here are sample records...
GROUP ID SSN ADDRESS City
111 123456789 4906 October Dr. Chicago
111 123456789 4906 October Dr. Chicago
111 123456789 4700 September Dr. Los Angeles
I need to display the record that doesn't have the same address under the same SSN and same GROUP ID, like the last records shown.
How do I do this?? Please help.