December 1, 200520 yr I am an MS Access convert and an trying to figure out a way to write a script to do a between search. In Access I was able to to find records between variable 1 and 2 and enter those variables each time I ran the find. I am trying to do the same here with FileMaker. I know I need to do FIND and I need to use the ... function, but how do I stop the query to let me enter the search parameters? Thanks for the help
December 1, 200520 yr Hi This is an example of a script: Enter Find mode[] set field [yourField;field1 &"..."&field2] Perform Find[] where field1 and field2 contain your variables.
Create an account or sign in to comment