Hi there
Can anyone help. I have a database that has name and address details included.
I need to find exact address matches, then combine the recipients names at the same address into one record/field with the following criteria:
2 people with the same surname at same address:
Fname Sname Add
D Marri 12 Colin St
K Marri 12 Colin St
becomes
Fname Sname Add
D & K Marri 12 Colin St
More than 2 people with the same surname at same address:
Fname Sname Add
D Marri 12 Colin St
K Marri 12 Colin St
C Marri 12 Colin St
becomes
Fname Sname Add
The Marri Family 12 Colin St
2 or more people with the different surnames at same address:
Fname Sname Add
D Marri 12 Colin St
L Twight 12 Colin St
becomes
Fname Sname Add
To The Residents 12 Colin St
Firstly is this possible and I hate to ask but would anyone have any code that would achieve this?
Kind regards
Duncan
Can anyone help. I have a database that has name and address details included.
I need to find exact address matches, then combine the recipients names at the same address into one record/field with the following criteria:
2 people with the same surname at same address:
Fname Sname Add
D Marri 12 Colin St
K Marri 12 Colin St
becomes
Fname Sname Add
D & K Marri 12 Colin St
More than 2 people with the same surname at same address:
Fname Sname Add
D Marri 12 Colin St
K Marri 12 Colin St
C Marri 12 Colin St
becomes
Fname Sname Add
The Marri Family 12 Colin St
2 or more people with the different surnames at same address:
Fname Sname Add
D Marri 12 Colin St
L Twight 12 Colin St
becomes
Fname Sname Add
To The Residents 12 Colin St
Firstly is this possible and I hate to ask but would anyone have any code that would achieve this?
Kind regards
Duncan