If I using this line of code to try to pull out the top 5 values from a query:
.Source = "Select TOP 5 [Name],[SupDiff] From QryCover WHERE (((QryCover.SupDiff)>=2)) OR (((QryCover.SupDiff)<=-2)) ORDER By [Name]"
It works fine but what I need to know is how to find the greatest vlues in the...