Hi
Sounds like you want to use a formatting switch on your field. In Word view
your field codes by pressing Alt + F9. Where you see your merge field or
date field, add
\@ "MMMM d, yyyy
at the end of the field to make the date appear as November 3, 2003.
Examples
{ MERGEFIELD "yourfieldname" \@ "MMMM d, yyyy" }
{ DATE \@ "MMMM d, yyyy" }
If you want a different format than November 3, 2003, you can look at the
options by selecting Date and Time from the Insert menu and picking the
format you want and checking Automatically Update, then ok and look at the
field code format it generates and use that in your field code to force the
time to not appear in your date.
Also there is information in Online Help (I'm not sure what version of Word
you have) but search under General Switches and Format (\*) field switch to
get more information on using this switch.
Hope this information resolves your issue.
DK Pfeiffer
Microsoft Technical Support for Business Applications
This posting is provided "AS IS" with no warranties, and confers no rights.