I have table where full name is in one field and I would like to separate to three fields. Currently this is how it is and there is two ways.
FullName = Doe,John B and Doe,John
there is no space between the first name and last name only a coma and space between the first name and middle initial when available and I would like to have it this way
FirstName = John
LastName = Doe
MiddleIn = B when available.
I was told you can do it in function but I'm very new with access so I need help.
Thanks
FullName = Doe,John B and Doe,John
there is no space between the first name and last name only a coma and space between the first name and middle initial when available and I would like to have it this way
FirstName = John
LastName = Doe
MiddleIn = B when available.
I was told you can do it in function but I'm very new with access so I need help.
Thanks