WD2002: Filters for Blanks and Nonblanks Are Replicated in the Filter Criteria List (286880)
The information in this article applies to:
This article was previously published under Q286880 SYMPTOMS
When you filter a column for blanks or non-blanks in the Mail Merge Recipients dialog box, the filter criteria is duplicated each time you re-open the dialog box. When more than half the filter criteria list is full of either "Is blank" or "Is not blank" criteria, and you open the Mail Merge Recipients dialog box one more time, the whole list is cleared, leaving no filters applied.
CAUSE
The SQL string for the expression " MyField Is blank" is:
(MyField IS NULL) OR (MyField IS '')
When this SQL string is parsed, two entries are passed to the Office DataSource Object (ODSO), which produces two "is blank" entries in the query criteria list. The same is true for the " MyField Is not blank" expression, except in the negative.
WORKAROUND
To clear the filter criteria, follow these steps:
- On the Mail Merge task bar, click Edit recipient list.
- Click the down arrow to the left of any column header, and then click Advanced.
- In the Filter and Sort dialog box, on the Filter Records tab, click Clear All, and then click OK. All filters are now removed.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONFor more information about sorting and filtering data in a mail merge operation, click Microsoft Word Help on the Help menu, type Select recipients to include in a mail merge in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 4/3/2001 |
---|
Keywords: | kbbug KB286880 |
---|
|