I have a table that has historical user records. This is imported. It contains a columns as follows: RecordId, UserId, AnotherId, LastName, FirstName, AcctType, etc...., ChangeDate RecordIdis the primary key I need to get the most recent record for each UserId. I need the entire record. There may be...