Hi everyone,
I need help once more.
I am working on an access database where I need to import raw data from an excel file.
What I needed to do is to append these data into a table which I named properties.
Under this table, I have a field named owner.
Now under the field owner, some of the data inputs are wrongly done or does not follow the supposedly correct format. What I wanted to do is to manipulate the data upon appending it to the table properties.
The right format for the names should be as follows:
First name Initial must have '.' and a 'space' before the Surname
1. It should be in this format then: K. FAY
2. In some cases the data inputs does not follow the format and was entered this way: K FAY or K.FAY -> where '.' or space was forgotten.
Some have two names coming from 2 different persons related/non-related.
1. Example data: A. & B. BHADRASEN ; G. HERMANUS / S. RAMSDELL (these follows the correct format)
2. Example data that was inputted incorrectly: B&T RAWALA. 'B' and 'T' are the initials, '.' for every initials were forgotten, and as you've noticed there is no space between 'B&T'. It should be in this format, B. & T. RAWALA
To give you more clarity, here are some data I have taken from the excel and it's correct format:
K. FAY ---> Is in correct format already
F MEHARI ---> F. MEHARI (the '.' was forgotten
A. & B. BHADRASEN ---> Is in correct format already
G. HERMANUS / S. RAMSDELL ---> Is in correct format already
B&T RAWALA ---> B. & T. RAWALA (no '.' and space between initial and '&'
R & A MINGORANCE ---> R. & A. MINGORANCE (no '.' on initials)
A. & J. PANAG ---> Is in correct format already
D&T CHICK ---> D. & T. CHICK (no '.' and space between initial and '&'
S & L. FANSLAU ---> S. & L. FANSLAU (no '.' on one initial)
I need help once more.
I am working on an access database where I need to import raw data from an excel file.
What I needed to do is to append these data into a table which I named properties.
Under this table, I have a field named owner.
Now under the field owner, some of the data inputs are wrongly done or does not follow the supposedly correct format. What I wanted to do is to manipulate the data upon appending it to the table properties.
The right format for the names should be as follows:
First name Initial must have '.' and a 'space' before the Surname
1. It should be in this format then: K. FAY
2. In some cases the data inputs does not follow the format and was entered this way: K FAY or K.FAY -> where '.' or space was forgotten.
Some have two names coming from 2 different persons related/non-related.
1. Example data: A. & B. BHADRASEN ; G. HERMANUS / S. RAMSDELL (these follows the correct format)
2. Example data that was inputted incorrectly: B&T RAWALA. 'B' and 'T' are the initials, '.' for every initials were forgotten, and as you've noticed there is no space between 'B&T'. It should be in this format, B. & T. RAWALA
To give you more clarity, here are some data I have taken from the excel and it's correct format:
K. FAY ---> Is in correct format already
F MEHARI ---> F. MEHARI (the '.' was forgotten
A. & B. BHADRASEN ---> Is in correct format already
G. HERMANUS / S. RAMSDELL ---> Is in correct format already
B&T RAWALA ---> B. & T. RAWALA (no '.' and space between initial and '&'
R & A MINGORANCE ---> R. & A. MINGORANCE (no '.' on initials)
A. & J. PANAG ---> Is in correct format already
D&T CHICK ---> D. & T. CHICK (no '.' and space between initial and '&'
S & L. FANSLAU ---> S. & L. FANSLAU (no '.' on one initial)
Comment