I have a string that is assembled from various fields. I would like to be able to convert this string to an actual sentence - first letter of first word capitalized, with no other capitalizations.
I first tried an input mask, but because the values will be of varying length, that did not work. Next, I tried using the StrConv method, but every word gets capitalized.
Is there a way to capitalize only the first letter of the first word?
Thanks for the help
Ed
I first tried an input mask, but because the values will be of varying length, that did not work. Next, I tried using the StrConv method, but every word gets capitalized.
Is there a way to capitalize only the first letter of the first word?
Thanks for the help
Ed