View Single Post
 
Old 07-01-2011, 04:31 AM
tonywatsonmail tonywatsonmail is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Jun 2011
Posts: 10
tonywatsonmail is on a distinguished road
Red face Toggle Merge Field Code Help Please

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"} 
And can get it to add a word after to by doing
Code:
 {MERGEFIELD StartDate1 \f "Goodbye"} 
but i cant get it to do both?

i haver tried
Code:
 {MERGEFIELD StartDate1 \@ "DD MMMM YYYY"StartDate1 \f "Goodbye"} }
but it just does the first bit.

can anyone tell me what im doing wrong?

please help

Tony
Reply With Quote