Hi All,
I want to split the text string to its individual letters in forms.
For Eg :
1. A field in my table has a person's Name as "Diwakar"
2. I want to use the name in my form in a split view like "
D i w a k a r
Please provide me with an easy implementation method.