Maybe I was unclear. The data in the Access Table is formatted correctly.
When this data is delivered to my MS Word, Merge Document, the Current
Date/Today's date is placed in the data field in word (and this field should
be blank), when this field has no data delivered from the MS Access Table.
Appreciate the previous response.
> Create a query in Access to use as the datasource. In the query, include a
> function to display the date if it exists, or nothing if it doesn't
[quoted text clipped - 16 lines]
> > it to be blank. I am using MS Access 2002 and MS Word 2002, from the MS
> > Office Professional.
No, you were not unclear. The issue is that a date field will always
produce a "date" even when there is no date entered into the field. By
using a Query in Access, you can convert the output of the date field to
text and then when you execute the merge, you are using a text field rather
than a date field, so you will avoid the problem.

Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
> Maybe I was unclear. The data in the Access Table is formatted correctly.
> When this data is delivered to my MS Word, Merge Document, the Current
[quoted text clipped - 30 lines]
>> > MS
>> > Office Professional.
aukooze91 - 20 Nov 2004 13:57 GMT
I did what you suggested and created seperate fields (from the original date
fields) in the query with a function for each of the date fields needed, that
will show the date only if the field contains a date. I then linked the
query directly to the MS Word Merge Document and it works perfectly. Before,
I had a query that created a table in MS Access and then I linked it to a MS
Word Merge Document, thus, creating the unwanted "Current Dates" appearing in
my MS Word Merge Document. Thanks for all your help.
> No, you were not unclear. The issue is that a date field will always
> produce a "date" even when there is no date entered into the field. By
[quoted text clipped - 36 lines]
> >> > MS
> >> > Office Professional.