How to use Xor in a query

aziz rasul

Active member
Local time
Today, 11:59
Joined
Jun 26, 2000
Messages
1,935
Does anyone know to use the Xor logical operator in a query?
 
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.
 
Thanks Pat.
 

Users who are viewing this thread

Back
Top Bottom