Querying for two values in same field

webmagic

Registered User.
Local time
Today, 05:10
Joined
Jul 18, 2008
Messages
61
Hi,
I have a field in a table with 020, 040, 050, 060, 070, 080 and I want to query only the 020 and 040's from the field. I have tried "020" And "040" in the criteria and that does not work, I also tried writing it in an expression and that didn't work either. Any ideas? Thanks in advance.
 
I think you need to use OR instead of AND. Try:

"020" OR "040"
 
Thank you-it worked great!
 

Users who are viewing this thread

Back
Top Bottom