I have a field in my screen called First Name and another field called Initials. I need to make it so that when I enter a first name, the initials field populates with the initals of however many first names there are.
For example, Tom Green Jones should come up as T G (assuming Jones is a last name). Similarly, Tom Williams Green Jones should be T W G.
I believe I need to create an SQL for loop of some sort
Please advise.
For example, Tom Green Jones should come up as T G (assuming Jones is a last name). Similarly, Tom Williams Green Jones should be T W G.
I believe I need to create an SQL for loop of some sort
Please advise.