MarkEmerson
Programmer
I want to populate a field with a user Login ID which consists of thier surname and the first letter of thier surname. The problem occurs when I get 2 people with the same initial and Surname if this happens then I want to then use the first 2 letters of thier first name
i.e if there was a john smith and a jerry smith one would be SmithJ and one would be SmithJe
How would I add this condition to the insert statement?
Thanks in advance
i.e if there was a john smith and a jerry smith one would be SmithJ and one would be SmithJe
How would I add this condition to the insert statement?
Thanks in advance