Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]() Hi How can i add a Word field to my document that can be prompted to enter the dates of an event when i run a mail merge. i need to know how the word field is created and then how it is used to enter the start date of a critieria. Thanks in Advance -- peckitt99 |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Provided it is not a label merge then:
{ ASK MyDate "Start Date" \d { Date \@ "dd/MM/yyyy} \o }{ SKIPIF { Mergefield Date \@ "yyyyMMdd"} { REF MyDate \@ "yyyyMMdd "} } } Where Mergefield Date is the field that contains the date data you wish to compare with the date entered in the ASK field. I have added a Date field to set the default to the ASK field. You can change the switch of that field (but not the others) to local requirements - see http://www.gmayor.com/formatting_word_fields.htm -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org peckitt99 wrote: Hi How can i add a Word field to my document that can be prompted to enter the dates of an event when i run a mail merge. i need to know how the word field is created and then how it is used to enter the start date of a critieria. Thanks in Advance |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use current date in the default date form field option | Microsoft Word Help | |||
I want a form field to figure a date based on the letter date. | Microsoft Word Help | |||
How to get a date merge field to show a date 60 days in the future | Mailmerge | |||
Date issue merging from Excel field in Date format to Word | Mailmerge | |||
How do i update a word document date field with a future date | Microsoft Word Help |