Is it possible to sort different ways in a report based off of a specific header?
Here is what I have. I am working on a database that prints out the best track and field times. For running events, you want the times to be sorted from smallest to largest, for field events, you want the largest throws to be at the top. Currently I have two separate reports for this, and the only difference between the two is that the FinalResult field in the running report is from A to Z, while the Field report is Z to A.
Is there any way I can run a single report, and when a Field Event group comes up, Access knows to sort them in reverse order? In the Group Header, I have a field called "Type" and if Type = Running, then I want the field FinalResult to go from A to Z. But if Type = Field, then I want FinalResult to go from Z to A. Can I accomplish this in Access?
Here is what I have. I am working on a database that prints out the best track and field times. For running events, you want the times to be sorted from smallest to largest, for field events, you want the largest throws to be at the top. Currently I have two separate reports for this, and the only difference between the two is that the FinalResult field in the running report is from A to Z, while the Field report is Z to A.
Is there any way I can run a single report, and when a Field Event group comes up, Access knows to sort them in reverse order? In the Group Header, I have a field called "Type" and if Type = Running, then I want the field FinalResult to go from A to Z. But if Type = Field, then I want FinalResult to go from Z to A. Can I accomplish this in Access?