Trying to learn how to do the following. If there is a field "NAMESONID"; the person may have one name or multiple names.
If the name is John. I would like to return a "J" in the field "INITIALS". That I can do.
If the person has multiple names, let us say John Ross Peter. I would like to return JPR in the Initials field.
The expression or VBA should therefore return the correct initials, no matter the amount of names.
Thank you.