I'm trying to build a Group By query to pull the record with the latest value of the Version.
CompanyID can vary. I want the record with the latest value of Version which will have a value of A, B, C etc...
For example I would only want to pull the record with Version D showing me CompanyID RM0060
QuoteID Version CompanyID 0800323 D RM0060 0800323 C RM0060 0800323 B RM0060 0800323 A RM0012
Any ideas? I tried using the DMax function and it seems to just hang. It takes a long time since it's a big table.