robmason10
Technical User
I have a very simple report that displays:
EntityID Surname Forename Status
EntityID will always be uniquie. I need the report to highlight possible duplicates based on surname and forename - the report should look for exact duplicates in the forename field but only first 5 characters of surname (as common mistake is to add titles after surname i.e. (Mr) so exact duplicates cannot be found...)
Where do I start with this one?
Thanks in advance
EntityID Surname Forename Status
EntityID will always be uniquie. I need the report to highlight possible duplicates based on surname and forename - the report should look for exact duplicates in the forename field but only first 5 characters of surname (as common mistake is to add titles after surname i.e. (Mr) so exact duplicates cannot be found...)
Where do I start with this one?
Thanks in advance