Olafgarten
Programmer
Hi, okay i have a database of people and i need to do some sorting in a report. it's quite hard to explain but i'll try.
i want to sort by surname but group families by address. for example:
Surname Address
Aaa 123 Test Town
Aaa 123 Test Town
Bbb 123 Test Town
Ccc 453 Example Drive
Ccc 453 Example Drive
so i want it to go to the first surname, find it's family by address and list it's family.
then go to the next record and do the same
i want to sort by surname but group families by address. for example:
Surname Address
Aaa 123 Test Town
Aaa 123 Test Town
Bbb 123 Test Town
Ccc 453 Example Drive
Ccc 453 Example Drive
so i want it to go to the first surname, find it's family by address and list it's family.
then go to the next record and do the same