M
mccallen60
Hello,
I am importing a file of doctor names into a MS Access 2003 table from a
text file. Once I import the names, I want to separate the names into
separate fields. Currently the full name is in one field. For example:
NAME
John Q. Smith, MD
Jane Doe, MD, PhD
Tom L. Smith, Jr., DO
Nancy Jones, MD
I want to separate the names into individual fields. For Example:
FIRST NAME MIDDLE NAME LAST NAME SUFFIX DEGREE
John Q. Smith
MD
Jane Doe
MD, PhD
Tom L. Smith Jr
DO
Nancy Jones
MD
Some of the name have a middle initial, some have a suffix, some have
multiple degrees. The good news is all the names are in first name, middle
name (when available), last name, suffix (when available), degree (some with
multiple degrees) format with a space separating them. There are over 13000
records. Can someone offer a solution without me having to re-type these?
Thanks,
Kevin
I am importing a file of doctor names into a MS Access 2003 table from a
text file. Once I import the names, I want to separate the names into
separate fields. Currently the full name is in one field. For example:
NAME
John Q. Smith, MD
Jane Doe, MD, PhD
Tom L. Smith, Jr., DO
Nancy Jones, MD
I want to separate the names into individual fields. For Example:
FIRST NAME MIDDLE NAME LAST NAME SUFFIX DEGREE
John Q. Smith
MD
Jane Doe
MD, PhD
Tom L. Smith Jr
DO
Nancy Jones
MD
Some of the name have a middle initial, some have a suffix, some have
multiple degrees. The good news is all the names are in first name, middle
name (when available), last name, suffix (when available), degree (some with
multiple degrees) format with a space separating them. There are over 13000
records. Can someone offer a solution without me having to re-type these?
Thanks,
Kevin