Yep, I ended up using a method using global fields suggested by a fellow on another board. In case anyone here is interested:
/quote
Hello Benjamin,
It's true that the Perform Find script command in FileMaker v7 does not support the use of field values. However there are some relatively simple alternatives.
One way you might go about it is to set up your script to transfer the value(s) that you want to find into a global field prior to entering find mode, then use a Set Field[ ] comand in find mode to transfer the contents of the global field into the relevant field you wish to search on and then have the script perform the find without specified criteria (it will use the criteria entered by the Set Field [ ] steps).
That way your finds can be fully scripted, yet can also be dynamic.
--------------------
Ray
http://www.nightwing.com.au/FileMaker
/end quote