Is it possible to use multiple filters for retrieving records. Exapmle,can I use "xxx and xxxx and xxxxx" and retrieve records with three differets values. If so how is it done. Thanks for any help.<br>Ben
If you want to AND the items then its<br>"xxxx" And "yyyy" And "zzzz" <br>"Smith" And "Taylor" And "Resen"<br>it must meet all three criteria to return a recordset<br><br>the Or's have it, if it's "Either" "OR"<br><br>"xxxx" Or "yyyy" Or "zzzz" <br>"Smith" Or "Taylor" Or "Resen"<br>It can be anyone of the three to return a recordset<br> <p>DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br> Ask me how Bar-codes can help you be more productive.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.