Thanks for the reply dapfeifer, but I am not sure what you mean. The data in the tabel looks something like this:
Date, Time, Wind Speed, Wind Direction
My query groups by day and returns the maximum wind speed. However, I don't know how to return the corresponding wind direction for the...