this works - TAX_ID = '253-004' AND NOT TAX_ID = '253-005'
this does not work - TAX_ID = '253-004' OR TAX_ID = '253-005'
It seems to understand "AND NOT" but doesn't understand "OR" - why? I want to select two parcels at one time - with a valid sql expression. Later I will pass this string from actionscript. Thanks for any ideas.