I have a table that stores SSN and date. Multiple records exist for an SSN. For each SSN, I want to select the record with the lastest date. I suspect this is a situation for an array, but am not fond of arrays. Any thoughts (even if it means using an array) would be appreciated.<br><br>Thanks.