C
cage4000
Hi All,
Under “Sorting and Grouping†I sorted my report as follows:
____________________________________
| |
| Field/Expression Sort Order |
| |
| Date Ascending |
| Door Ascending |
| Stop Ascending |
|____________________________________|
This is the sorting result:
Date Door Stop
02/01/06 321 1
02/03/06 130 2
02/03/06 202 1
02/07/06 127 1
02/09/06 221 1
02/20/06 130 1
02/25/06 325 1
03/05/06 250 1
I need it to sort like this:
Date Door Stop
02/01/06 321 1
02/03/06 202 1
02/07/06 127 1
02/09/06 221 1
02/20/06 130 1
02/03/06 130 2
02/25/06 325 1
03/05/06 250 1
Can this be done?
Thanks,
Cage
Under “Sorting and Grouping†I sorted my report as follows:
____________________________________
| |
| Field/Expression Sort Order |
| |
| Date Ascending |
| Door Ascending |
| Stop Ascending |
|____________________________________|
This is the sorting result:
Date Door Stop
02/01/06 321 1
02/03/06 130 2
02/03/06 202 1
02/07/06 127 1
02/09/06 221 1
02/20/06 130 1
02/25/06 325 1
03/05/06 250 1
I need it to sort like this:
Date Door Stop
02/01/06 321 1
02/03/06 202 1
02/07/06 127 1
02/09/06 221 1
02/20/06 130 1
02/03/06 130 2
02/25/06 325 1
03/05/06 250 1
Can this be done?
Thanks,
Cage