J
Jerome
Hi, I've got the following problem:
I've inherited an old database with a table that contains ONE field for
both the first name and the surname! Now I'd need to separate them,
meaning I want to select the characters until the first space shows up
so I can paste them in a new column and then, in a second phase, all the
characters from the first space onwards to paste those in yet another
column!
What's the best way to do that? And I can I simply do that in a query?
Like using Right([field1];position of first space+1;x)for the surname
and Left([field1];position of first space;x) for the first name. How can
I get the position of the first space?
Thanks a lot!
I've inherited an old database with a table that contains ONE field for
both the first name and the surname! Now I'd need to separate them,
meaning I want to select the characters until the first space shows up
so I can paste them in a new column and then, in a second phase, all the
characters from the first space onwards to paste those in yet another
column!
What's the best way to do that? And I can I simply do that in a query?
Like using Right([field1];position of first space+1;x)for the surname
and Left([field1];position of first space;x) for the first name. How can
I get the position of the first space?
Thanks a lot!