Hi, in the database I am working in, there is a function, in a moduel, which puts the first letter in the first 2 words in uppercase (used for a name), e.g. john smith would become John Smith.
I want the code to work for more than 2 words (the number of words will change). How would I addapt...