This sounds so simple but I seem to be stuck on this one:
We have five email phone types and about seven phonenumber phone types. I want to find all the alumni who have an email address AND a phonenumber.
A simple query of “Phone type one of Email1, Email2, Email3” works.
But when add AND "Phone type one of Phone1, Cell1, Business1, Home1" into the query I get 0 results.
Pretty sure RE is trying to find a record where a single field equals BOTH phone type values, which results in a 0.
Any other way around this other than merging queries?