![]() |
|
#1
|
|||
|
|||
|
Hi Everyone,
I can now get a merge field to can the formate on a date from 01/07/11 to 1 July 2011 by using the toggle merge field and puting in Code:
{MERGEFIELD StartDate1 \@ "DD MMMM YYYY"}
Code:
{MERGEFIELD StartDate1 \f "Goodbye"}
i haver tried Code:
{MERGEFIELD StartDate1 \@ "DD MMMM YYYY"StartDate1 \f "Goodbye"} }
can anyone tell me what im doing wrong? please help Tony |
|
#2
|
||||
|
||||
|
Hi Tony,
If the field is always populated, you can simply add the text after it. Otherwise, you need something like: {IF{MERGEFIELD StartDate1 \@ YYMMDD} <> "000000" "{MERGEFIELD StartDate1 \@ "DD MMMM YYYY"} Goodbye"}
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
thank you,
i had all but given up on this but i will keep trying now Tony |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there any way of importing Indicators field through code? | Prabhakar | Project | 0 | 04-07-2011 05:50 AM |
confusion with merge and field codes
|
BluRay | Mail Merge | 5 | 03-29-2011 01:06 AM |
Merge field in header disappearing
|
Medievalguy88 | Word | 2 | 01-06-2011 08:19 AM |
| field code question | bordercollie10 | Mail Merge | 3 | 10-15-2009 07:55 AM |
| Mail merge Field Code Manipulation | macjnr | Mail Merge | 0 | 09-10-2009 11:37 AM |