C cafe_jay Registered User. Local time Today, 02:56 Joined Apr 2, 2012 Messages 17 Apr 19, 2012 #21 I did this... A And B And (C Or D or E) But its reading it like this... (A And B And C) Or D Or E. I am going to try this C Or D Or E And A And B, hopefully like this it reads from left to right
I did this... A And B And (C Or D or E) But its reading it like this... (A And B And C) Or D Or E. I am going to try this C Or D Or E And A And B, hopefully like this it reads from left to right
pbaldy Wino Moderator Staff member Local time Yesterday, 23:56 Joined Aug 30, 2003 Messages 36,272 Apr 19, 2012 #22 This may help make sure the SQL is coming out correctly: http://www.baldyweb.com/ImmediateWindow.htm