Hi
Can someone show me how to split a string and display each word in a label control?
For example, if I enter the name "Jenny Smith Kline" in a text box, I want to be able to get each name and display it in a different label control.
I know how to do it if there are only 2 names, e.g. "Jenny Smith", You just search for the "space" using the "instr" function.
I cant seem to do it with 3 names?
Please help
