I have been trying to figure out how to sort a report I created and having some difficulty. Hope someone can help.
This is the situation, I have a report that is currently sorted as follows.
Name1 Address1 Phone1 DateOfService
8/1/08
6/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
7/1/08
Name3 Address3 Phone3 DateOfService
10/1/08
5/1/08
The above is not the sort order I really want. The following is the sort order i would like.
Name3 Address3 Phone3 DateOfService
10/1/08
5/1/08
Name1 Address1 Phone1 DateOfService
8/1/08
6/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
7/1/08
Basically I would like to sort by DateOfService, would I be able to do that.
I tried using Sort and Grouping in Access but I can't figure out how to sort according to DateOfService without the report incorrect display.
For example, in the sort and grouping, if I sort according to DateOfService then followed by Name, the report I get will contain multiple names with DateOfService, What I really would like to acheive is have the report show the latest DateOfService first for each name without the name repeated later on in the report.
For Example, I don't want it like this:
Name3 Address3 Phone3 DateOfService
10/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
Name1 Address1 Phone1 DateOfService
8/1/08
Name2 Address2 Phone2 DateOfService
7/1/08
Name1 Address1 Phone1 DateOfService
6/1/08
Name3 Address2 Phone2 DateOfService
5/1/08
Hope this is clear, if not please let me know
Thanks for any help.
This is the situation, I have a report that is currently sorted as follows.
Name1 Address1 Phone1 DateOfService
8/1/08
6/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
7/1/08
Name3 Address3 Phone3 DateOfService
10/1/08
5/1/08
The above is not the sort order I really want. The following is the sort order i would like.
Name3 Address3 Phone3 DateOfService
10/1/08
5/1/08
Name1 Address1 Phone1 DateOfService
8/1/08
6/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
7/1/08
Basically I would like to sort by DateOfService, would I be able to do that.
I tried using Sort and Grouping in Access but I can't figure out how to sort according to DateOfService without the report incorrect display.
For example, in the sort and grouping, if I sort according to DateOfService then followed by Name, the report I get will contain multiple names with DateOfService, What I really would like to acheive is have the report show the latest DateOfService first for each name without the name repeated later on in the report.
For Example, I don't want it like this:
Name3 Address3 Phone3 DateOfService
10/1/08
Name2 Address2 Phone2 DateOfService
9/1/08
Name1 Address1 Phone1 DateOfService
8/1/08
Name2 Address2 Phone2 DateOfService
7/1/08
Name1 Address1 Phone1 DateOfService
6/1/08
Name3 Address2 Phone2 DateOfService
5/1/08
Hope this is clear, if not please let me know
Thanks for any help.