dbTalk Databases Forums  

Scripting a find with 2 different values for the same field???

comp.databases.filemaker comp.databases.filemaker


Discuss Scripting a find with 2 different values for the same field??? in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
stabit
 
Posts: n/a

Default Scripting a find with 2 different values for the same field??? - 04-13-2007 , 12:09 PM






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!


Reply With Quote
  #2  
Old   
Matt Wills
 
Posts: n/a

Default Re: Scripting a find with 2 different values for the same field??? - 04-13-2007 , 03:22 PM








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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.