In the primary field, I’m trying to create an ID Code for my ancestors and I need some help.
An example ID Code is:
First three letters of surname, first three letters of name, year of birth
eg Denis O’Brien born in 1836 = ObrDen1836
However, I have two issues with this example as the formula has created O’BDen1836
How do I remove the apostrophy in the surname and change the capital B to a lower case ‘b’ to change O’BDen1836 to ObrDen1836?
Is this even possible?
My current formula is: LEFT({Surnames}, 3)& LEFT({Name}, 3)& YOB
I’ve attached a screenshot for reference also.
Thank you so much, your help is very much appreciated - and may well save my sanity!