aziz rasul Active member Local time Today, 21:56 Joined Jun 26, 2000 Messages 1,935 Sep 4, 2001 #1 Does anyone know to use the Xor logical operator in a query?
P Pat Hartman Super Moderator Staff member Local time Today, 16:56 Joined Feb 19, 2002 Messages 46,842 Sep 4, 2001 #2 The easiest way is to use the QBE grid to create the query as you would for an AND condition. Then switch to SQL view and change the AND to XOR. When you switch back to QBE view, you'll see the correct syntax for coding the XOR there.
The easiest way is to use the QBE grid to create the query as you would for an AND condition. Then switch to SQL view and change the AND to XOR. When you switch back to QBE view, you'll see the correct syntax for coding the XOR there.
aziz rasul Active member Local time Today, 21:56 Joined Jun 26, 2000 Messages 1,935 Sep 5, 2001 #3 Thanks Pat.