ID: Q144155
The information in this article applies to:
When you create a query that specifies a combination of rules that contain both AND and OR rules, Word processes the rules sequentially instead of processing the set of rules using AND before the set of rules using OR. The "Microsoft Word User's Guide," version 6.0, incorrectly states the following:
...You can use AND and OR separatly or in combination. In sets of rules
that contain both AND and OR, rules connected by AND have precedence
over rules connected by OR. This means that the set of rules connected
by AND is used to select records before the set of rules connected by
OR....
For example, if you create the following query to select all records from
the city of Portland AND the state of Oregon OR the city of Salem AND the
state of Oregon, your query will incorrectly select records for the city of
Salem only.
Query Word processes this result
----- --------------------------
State (Is) Equal to Oregon
AND City (Is) Equal to Portland Oregon Portland
OR State (Is) Equal to Oregon Oregon
AND City (Is) Equal to Salem Salem
Word should process the query like this:
Query Word processes this result
----- --------------------------
State (Is) Equal to Oregon
AND City (Is) Equal to Portland Oregon Portland
OR State (Is) Equal to Oregon Oregon Salem
AND City (Is) Equal to Salem Salem Oregon
Portland Oregon
Microsoft has confirmed this to be a problem in the version of Microsoft Word listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Re-create the query using the structure in the following table.
Query Word processes this result
----- --------------------------
City (Is) Equal to Portland
OR City (Is) Equal to Salem Both Cities From Any State
AND State (Is) Equal to Oregon Both Cities Only
From Oregon
"Microsoft Word User's Guide," version 6.0, page 669
"Microsoft Word User's Guide," version 6.0, page 697
KBCategory: kbusage kbmerge kbdocerr KBSubcategory:
Additional query words: 6.0 6.0a 6.0c macword winword ntword 7.0 7.0a 7.0b 6.01 word95 word7 documentation error incorrect wrong inaccurate inaccurately incorrectly false mail merge mailmerge
Last Reviewed: January 20, 1999