I'm having a heck of a time with this one. Might be the lack of sleep... or maybe I'm just getting dumb.
I have 2 tables:
a) Person {Key, Name, LastName}
b) LogEntry {Key, PersonKey, Log, EntryTime}
I'm trying to get a join of Person and LogEntry where LogEntry is the latest LogEntry for the given Person.
I hope I don't go "duh..." in five minutes when the answers hits me hard.