ncstateguy
New member
- Local time
- Today, 09:45
- Joined
- Mar 19, 2009
- Messages
- 3
I have a field called name
format is: Lastname, FirstName Middlename
I want to separate these three pieces of data into columns:
Last Name First Name Middle Initial
Notice I only want the first letter of the middlename. How should I go about doing this. I'm thinking that I need to do something similar to an InStr to find the comma then read before it, but I am not familiar with the process or syntax for SQL. I am currently in SQL view but any advice would be appreciated.
Thanks!
format is: Lastname, FirstName Middlename
I want to separate these three pieces of data into columns:
Last Name First Name Middle Initial
Notice I only want the first letter of the middlename. How should I go about doing this. I'm thinking that I need to do something similar to an InStr to find the comma then read before it, but I am not familiar with the process or syntax for SQL. I am currently in SQL view but any advice would be appreciated.
Thanks!