![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#4
|
||||
|
||||
|
You could do it with 52 IF tests for all records:
{IF{MERGEFIELD Staff_ID = "A*" "A"}{IF{MERGEFIELD Staff_ID}= "B*" "B"}{IF{MERGEFIELD Staff_ID = "C*" "C"} ... {IF{MERGEFIELD Staff_ID}= "Z*" "Z"} for the first letter, and {IF{MERGEFIELD Staff_ID = "?A*" "A"}{IF{MERGEFIELD Staff_ID}= "?B*" "B"}{IF{MERGEFIELD Staff_ID = "?C*" "C"} ... {IF{MERGEFIELD Staff_ID}= "?Z*" "Z"} for the second letter. I'm with Graham on this one though - simpler to modify the data source.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| merged fields, nested merge |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mail merge how to link mail merge field value to a column heading | dsummers | Mail Merge | 1 | 05-08-2014 02:59 PM |
How to ignore a mail merge field if the field is blank
|
redzan | Mail Merge | 1 | 05-16-2013 08:34 AM |
mail merge (more than 255 characters)
|
allenglishboy | Mail Merge | 9 | 03-05-2013 06:52 AM |
Access to Word Mail Merge Issue (255 characters)
|
ChrisPine | Mail Merge | 1 | 02-16-2012 10:01 PM |
Characters changing between software and mail merge output??
|
Calastein | Mail Merge | 3 | 05-04-2011 01:50 AM |