I need to split a name field into two fields (FirstName, LastName) in a query, but not change the underlying table. The original field contains many combinations of first, middle, and last such as:
Mary Jane Doe
John D. Doe
Mary Jane Von Trapp
John D. Doe Sr.
John Doe
I think you can see what the problem is. If this cannot be done in a query, I guess the next best alternative would be to create a new table that contains the separated fields. And it needs to be done on a daily basis in order to pick up any new records. I have searched this forum for clues, but most answers assume there is a delimiter that can be used as a reference point. I appreciate any help you can give me.
Thank You.
Gladys X-)
Gladys Clemmer
gladys.clemmer@fifsg.com
Mary Jane Doe
John D. Doe
Mary Jane Von Trapp
John D. Doe Sr.
John Doe
I think you can see what the problem is. If this cannot be done in a query, I guess the next best alternative would be to create a new table that contains the separated fields. And it needs to be done on a daily basis in order to pick up any new records. I have searched this forum for clues, but most answers assume there is a delimiter that can be used as a reference point. I appreciate any help you can give me.
Thank You.
Gladys X-)
Gladys Clemmer
gladys.clemmer@fifsg.com