
Signature
macropod
[MVP - Microsoft Word]
-------------------------
>>I have a mail merge template that only allows me to insert the
>> FULLNAME, but I want to be able to just pull the first name from that
[quoted text clipped - 5 lines]
>> Thanks,
>> Sean
>Hi Sean,
>
>Word's mailmerge can't manipulate the data that way - you'll need to change the data source.
>
>Cheers
Or, more directly - this is what happens when people who don't know
squat about designing data storage start storing data. No offense, but
there's a reason people get degrees in subjects like this.
Names (and other data) should generally be stored at the lowest level
and built into large units when needed. So, store Prefix, First Name,
Middle Initial, Last Name, Suffix all separately. Put them together
when needed.
If you have just a few names in your d/b, you can manually correct
them. If you have a lot of names, you will need to have someone write
some programming code to split them out. You will need to follow that
with a manual review to fix the odd balls.
macropod - 03 Oct 2007 12:15 GMT
> Or, more directly - this is what happens when people who don't know
> squat about designing data storage start storing data. No offense, but
> there's a reason people get degrees in subjects like this.
Or maybe the OP just has a list of names, that was never intended to be used for mailmerges, and is trying to re-purpose it.
Cheers

Signature
macropod
[MVP - Microsoft Word]
-------------------------
+Bob+ - 03 Oct 2007 19:22 GMT
>> Or, more directly - this is what happens when people who don't know
>> squat about designing data storage start storing data. No offense, but
[quoted text clipped - 3 lines]
>
>Cheers
Fair enough! I gave him some instructions at the end if he's in that
situation.
I may be just a little grumpy because of customers who do it
themselves to save a few $s, then get annoyed when I tell them how
much it will cost to fix the mess they've created. Just because you
can buy a hammer doesn't mean you should start building a house :-)