vbnetnewby1967
Technical User
Hello...
I have a problem that I am hoping someone can help me with.
I have a field which contains the full name of an individual (i.e. "Public, John Q").
Is there a way to split this single field into three separate items that I can use to populate other variables.
I've used Split to get the last name and first name, but with the first name I end up with a firstname and middle initial. I need the middle initial separate as well.
Does anyone have a simple solution for this problem?
Thanks in advance.
I have a problem that I am hoping someone can help me with.
I have a field which contains the full name of an individual (i.e. "Public, John Q").
Is there a way to split this single field into three separate items that I can use to populate other variables.
I've used Split to get the last name and first name, but with the first name I end up with a firstname and middle initial. I need the middle initial separate as well.
Does anyone have a simple solution for this problem?
Thanks in advance.