E
ezgoer89
I've searched and searched and cannot find a solution to my
challenge. I have created reports in Access using SQL and currently
have the records sorted by LastName. Each of these participants comes
from a particular Organization. I have been asked to list the
participants in an order that rotates through the Organization.
For instance:
Lastname Organization
Smith ABC
Jones ABC
Adams GHI
Meyer DEF
Bell ABC
Manning DEF
As I said, previously, the sort was easy and was based strictly on
last name. Now, the request is to list the participants in "rotating
ascending order". So, for this simple example the proper report would
appear as:
Lastname Organization
Smith ABC
Meyer DEF
Adams GHI
Jones ABC
Manning DEF
Bell ABC
Basically, it is sorting, but looping through the list and picking the
first instance of each letter, then going back and doing it again
until all records are listed... any thoughts?
challenge. I have created reports in Access using SQL and currently
have the records sorted by LastName. Each of these participants comes
from a particular Organization. I have been asked to list the
participants in an order that rotates through the Organization.
For instance:
Lastname Organization
Smith ABC
Jones ABC
Adams GHI
Meyer DEF
Bell ABC
Manning DEF
As I said, previously, the sort was easy and was based strictly on
last name. Now, the request is to list the participants in "rotating
ascending order". So, for this simple example the proper report would
appear as:
Lastname Organization
Smith ABC
Meyer DEF
Adams GHI
Jones ABC
Manning DEF
Bell ABC
Basically, it is sorting, but looping through the list and picking the
first instance of each letter, then going back and doing it again
until all records are listed... any thoughts?