Re: Separating People
- From: "Brian" <btmink@xxxxxxxxxxxx>
- Date: Wed, 24 May 2006 14:42:56 -0700
Well, you have discovered why you should always store names in separate
fields :-)
:-P Where were you when I started this database five years ago?! Now if I
make that chage it will affect a couple dozen queries and reports that would
all need to be changed!
You can read the previous posts on this topic, and you will find ways to
separate the names as you stated by pulling everything up to the space to
one field, and everything after the space to another field,
I was looking for this, but couldn't find a reference. I searched for
'Update' in here and only found four references. Oh well. I guess you had it
downloaded before the server got rid of it, or maybe the news server I use
clears them out more frequently. Thanks for finding it for me. It worked
perfectly!
but here's the problem. What happens to "Mary Alice Smith"? What about
"J. R. Ewing"? What about "John Smith Jr."? You will most likely end up
with exceptions.
I don't care about those folks, I will just delete them! (OK, maybe not <sly
grin>) Turns out there weren't many, so no problem.
The common suggestion is to go ahead and run your update query, but then
you will need a human to go back through and fix all the exceptions.
Hope that helps,
It did! Thanks again!
.
- References:
- Separating People
- From: Brian
- Re: Separating People
- From: Rick B
- Separating People
- Prev by Date: Ignoring Null Selections in Query Generator
- Next by Date: Re: Separating People
- Previous by thread: Re: Separating People
- Next by thread: Re: Separating People
- Index(es):
Relevant Pages
|