G
Guest
I want to create a unique user identifier by using the first three letters of
the last name field (Lname) and three numbers starting at 100. And example
would be BLA100, BLA101. Of course I need to check to see if BLA exists, and
if not add characters and then the 100 and if it does exist check for the
maximum number and add one. I know what I am to do but need some help with
the programming.
Thank you.
the last name field (Lname) and three numbers starting at 100. And example
would be BLA100, BLA101. Of course I need to check to see if BLA exists, and
if not add characters and then the 100 and if it does exist check for the
maximum number and add one. I know what I am to do but need some help with
the programming.
Thank you.