G
Guest
Please read through this example...
(i) I have a query with three fields: Name, Age and Height
(ii) There are five records
NAME AGE HEIGHT
John 22 70
Jane 33 64
Bob 70 69
Fred 70 66
Mary 67 65
I want my summary to sort by Age first (descending), and then by height
(descending), so since Bob and Fred have the same age, Bob will come first
since his height is > Fred.
However, whenever I sort “descending†age and “descending†height, the
summary only sorts “descending†age and ignores the height sort. How do I
fix this?
(i) I have a query with three fields: Name, Age and Height
(ii) There are five records
NAME AGE HEIGHT
John 22 70
Jane 33 64
Bob 70 69
Fred 70 66
Mary 67 65
I want my summary to sort by Age first (descending), and then by height
(descending), so since Bob and Fred have the same age, Bob will come first
since his height is > Fred.
However, whenever I sort “descending†age and “descending†height, the
summary only sorts “descending†age and ignores the height sort. How do I
fix this?