Hello: This should be simple. I have a table like this: myTable (PkDate, myInt1, myInt2, myInt3) PkDate: Primary key of type datetime myInt[1-3]: Int types Some sample entries to the table can be: 10/1/2007, 8, 12, 20 10/3/2007, 9, 24, 28 10/5/2007, 4, 8, 24 Now, I want the latest date for ANY number...