![]() |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Hello
I'm doing a mail merge, and one of the fields is called 'Staff ID'. The data in this field appears as JSMITH, KBROWN, EJONES, etc. I would like this data to appear just as the initials of the staff name, e.g. JS, KB, EJ, etc. In other words, I'd like it to show just the first two characters of this field. At the moment, I am using "if... then... else" clauses: { IF { MERGEFIELD Staff_ID } = "JSMITH" "JS" { IF { MERGEFIELD Staff_ID } = "KBROWN" "KB" { IF { MERGEFIELD Staff_ID } = "EJONES" "EJ" "blank" }"}"} However, this is not ideal as I have to update the mail merge template every time a new person arrives, and there are already about 15 different staff. (I've just used 3 here as an example.) Also, this merged field appears in a table with a narrow column, so it is difficult to see and edit the full merged field text. So my question is, is there a simpler way to force the mail merge to show only the first two characters of this field? I've tried looking through this forum for answers to similar questions, but the only one that I could find just suggested the method that I'm currently using... I'd be very grateful for any help that anyone can offer! Thank you Kim |
Tags |
merged fields, nested merge |
|
![]() |
||||
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 |
![]() |
redzan | Mail Merge | 1 | 05-16-2013 08:34 AM |
![]() |
allenglishboy | Mail Merge | 9 | 03-05-2013 06:52 AM |
![]() |
ChrisPine | Mail Merge | 1 | 02-16-2012 10:01 PM |
![]() |
Calastein | Mail Merge | 3 | 05-04-2011 01:50 AM |