On Thu, May 27, 2010 at 5:34 PM, efr...@gmail.com <efr...@gmail.com> wrote:
> Hi all, > > I have a query need that requires multiple OR conditions, and, there must > be a match in each condition for the query to provide a result. > > The search would be * (A or B) AND (C or D)* and the only valid results it > could turn up are: > > A B (sorry meant "A D") > A C > B C > B D > > Can anyone provide guidance as to how to implement this in the query > string? > > thanks > > Brad >