Select the product you need help with
No records are displayed when you merge data with Microsoft WordArticle ID: 301595 - View products that this article applies to. This article was previously published under Q301595 Moderate: Requires basic macro, coding, and interoperability
skills. This article applies only to a Microsoft Access database (.mdb). On This PageSYMPTOMS When you try to merge data from a Microsoft Access query
with Microsoft Word, Microsoft Word displays one of the following error
messages: Word could not merge the main document with
the data source because the data records were empty or no data records matched
your query options.
-or-
No recipients match the filter criteria you
specified. Check the recipient list to make sure it is not empty or change your
filter criteria to include more recipients. CAUSE By default, Word is configured to use the Jet.OLEDB
provider to retrieve records from an Access database. If the Access query
contains the wild card characters "*" or "?" in the criteria, the wild card
characters will be ignored by the Jet.OLEDB provider and no matching records
will be returned. The Jet.OLEDB provider is based on ANSI 92 syntax, which
supports the wild card characters "%" and "_", not the wild card characters "*"
and "?". For example, Like "B*" will not work correctly, but Like "B%" will work correctly. RESOLUTION You can use the following options to allow Word to retrieve
the correct records.
MORE INFORMATIONSteps to Reproduce the Behavior
No recipients match the filter
criteria you specified. Check the recipient list to make sure it is not empty
or change your filter criteria to include more recipients. REFERENCES For additional information about other Mail Merge
questions, click the following article number to view the article in the
Microsoft Knowledge Base: 290408
(http://support.microsoft.com/kb/290408/
)
WD2002: Frequently Asked Questions About Mail Merge
Properties |


Back to the top








