Quote:
Originally Posted by gmayor
This presumably results from how you inserted the date, with a field that prompts for the date. Use a CreateDate field with a formatting switch instead. e.g. { CREATEDATE \@ "MM/dd/yyyy" } or wrap a Date field in a Quote field - { QUOTE { DATE } }
Either field will convert to text when merged.
|
A CREATEDATE field will output the date the mailmerge main document was created, not the date of the mailmerge. The { QUOTE { DATE } } construction will output the date of the mailmerge, but pop-ups would normally only come into consideration of the user wants a different date.