Page 1 of 1

counterpart for IN( ) ??

Posted: Thu Feb 10, 2005 2:33 pm
by waskelton4
Hello..

IN(var1, var2, var3, var4) returns values that are var1 or var2 or var3 or var4

is there a counterpart to IN that will return values that are var1 AND var2 AND var3 AND var4 ??

Thanks
Will

Posted: Thu Feb 10, 2005 4:32 pm
by feyd
uhm... that would never return a single record when 2 or more values were supplied. Basically, a single field cannot be 4 values at the same time.

Posted: Fri Feb 11, 2005 8:30 am
by waskelton4
Yeah..

I think i figured that out after a little more thinking..

wonder if i can just delete this thread as to not leave any "evedince" laying around

:)

ws