Jerry,

That did it -- thanks! Thought I had tried that combo, but I guess not! Same syntax using OR instead of AND solves my first question too.

Tim Selander
Tokyo, Japan


On 10/26/14, 3:32 PM, Jerry Jensen wrote:
On Oct 25, 2014, at 10:58 PM, Tim Selander <selan...@tkf.att.ne.jp> wrote:
Question 2) How would I use the mark cards, or some other command, to pull up AND constructs. For example 
marks cards where "Main Street" AND "Central Ward" are in field "address" ??
Just an untested guess, but how about:
mark cards where (("Main Street" is in field "address") and ("Central Ward" is in field 
"address"))
The parens are probably unnecessary but serve to highlight the syntax.
.Jerry


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to