We have a huge data base which includes the following fields: [First+LastName] and [TrustorName].
The names are in random format as these examples show:
Tammie L. Johnson
Linwood C. III & Vickie J. Knowles
Hillard Hamm
Luis & Maria G. Sais
Jim Smith & Mary Smith
Often the [First+LastName] field has the text “SAME” representing that the data is the same as in the [TrustorName] field.
I need some help in writing an update query that will convert the above names to a
LastName, FirstName format and put the new format back into the [First+LastName] field.
Johnson, Tammie L.
Knowles, Linwood C. III & Vickie J.
Hamm, Hillard
Sais, Luis & Maria
Smith, Jim & Mary
Also if “SAME” is found, I would like the same conversion to look at [TrustorName] field and update the [First+LastName].
The most critical issue is to have the "LastName, " and then the balance of the FirstName data. Example: I could live with Smith, Jim Smith & Mary
Anyone have any ideas that would help me?
Thanks
Dar
The names are in random format as these examples show:
Tammie L. Johnson
Linwood C. III & Vickie J. Knowles
Hillard Hamm
Luis & Maria G. Sais
Jim Smith & Mary Smith
Often the [First+LastName] field has the text “SAME” representing that the data is the same as in the [TrustorName] field.
I need some help in writing an update query that will convert the above names to a
LastName, FirstName format and put the new format back into the [First+LastName] field.
Johnson, Tammie L.
Knowles, Linwood C. III & Vickie J.
Hamm, Hillard
Sais, Luis & Maria
Smith, Jim & Mary
Also if “SAME” is found, I would like the same conversion to look at [TrustorName] field and update the [First+LastName].
The most critical issue is to have the "LastName, " and then the balance of the FirstName data. Example: I could live with Smith, Jim Smith & Mary
Anyone have any ideas that would help me?
Thanks
Dar