On 04/13/2007 13:09:47 "stabit" <sharon.tabit (AT) gmail (DOT) com> wrote:
Quote:
I am trying to write a script that will find value "A" in the "feeding"
field the first go around, then find value "B" in the "feeding" field the
second time around. THEN, put those two together in one table view. I
keep getting one or the other but never both. aaaauuuggghhhh! |
Add a new request to the find criteria.
Enter Find Mode
Set Field [ Feeding ; "A" ]
New Record/Request
Set Field [ Feeding ; "B" ]
Perform Find
First one finds A, second one finds B, all in one find, and both are in the resulting found set.
Matt