G
Graeme
I'd like to filter out Birthdays AND Anniversarys. It seems I can do one, or
the other, but not both. I use the Advanced Filter tab, but I'll cut to the
chase and show you the SQL is makes:
("urn:schemas:httpmail:subject" <> 'Anniversary')
Will turn off anniversaries, and changing the key word will turn off
birthdays, but adding the two together in the advanced filter tab produces
this one...
("urn:schemas:httpmail:subject" <> 'Anniversary' OR
"urn:schemas:httpmail:subject" <> 'Birthday')
which seems to let them both through, as does this one I created myself
directly in the SQL tab
("urn:schemas:httpmail:subject" <> 'Anniversary' AND
"urn:schemas:httpmail:subject" <> 'Birthday')
What am I missing? TIA. Graeme
the other, but not both. I use the Advanced Filter tab, but I'll cut to the
chase and show you the SQL is makes:
("urn:schemas:httpmail:subject" <> 'Anniversary')
Will turn off anniversaries, and changing the key word will turn off
birthdays, but adding the two together in the advanced filter tab produces
this one...
("urn:schemas:httpmail:subject" <> 'Anniversary' OR
"urn:schemas:httpmail:subject" <> 'Birthday')
which seems to let them both through, as does this one I created myself
directly in the SQL tab
("urn:schemas:httpmail:subject" <> 'Anniversary' AND
"urn:schemas:httpmail:subject" <> 'Birthday')
What am I missing? TIA. Graeme