theKruser
Registered User.
- Local time
- Today, 08:33
- Joined
- Aug 6, 2008
- Messages
- 122
I have a table with many instances of FKs with associated dates. I need to run a query that groups on all FKs and returns the min date for each FK. I tried to build a query that groups by FK, then sorted the dates ascending and set return limit to 1, but as you all already know, that just returned the most min date in the source and associated FK. I can't figure this out and am banging my head against the wall. Any help would be appreciated.