C
carljordan
I was given an Access database that includes 87 names. However, all of the
names are entered FN LN, as in John Jones, Mary Smith, Dr. Henry Kissinger,
John Paul Jones, Bill Thomas, Jr., Clara Barton-Jackson, and the like. That
is, some with titles, some with Jr or Sr., some are hyphenated last names.
Is it possible to run a query that will identify the full last name (Jones,
Smith, Kissinger, Jones, Thomas, Jr., Barton-Jackson), add a comma, and put
it in front of the first part of the names?
With only 87, I could probably just go down the list and do it manually, or
even create a new field for the last name. But if it is possible, without
its being more work than it would be worth, I would like to have the method
on hand in case I need it again in the future.
Thanks for the help.
names are entered FN LN, as in John Jones, Mary Smith, Dr. Henry Kissinger,
John Paul Jones, Bill Thomas, Jr., Clara Barton-Jackson, and the like. That
is, some with titles, some with Jr or Sr., some are hyphenated last names.
Is it possible to run a query that will identify the full last name (Jones,
Smith, Kissinger, Jones, Thomas, Jr., Barton-Jackson), add a comma, and put
it in front of the first part of the names?
With only 87, I could probably just go down the list and do it manually, or
even create a new field for the last name. But if it is possible, without
its being more work than it would be worth, I would like to have the method
on hand in case I need it again in the future.
Thanks for the help.