September 29, 200124 yr hi can you help? how do i get FM to do this. Sequentially carry out Find requests using the same field (call it field A). So the found set from the first Find operation is used for a second Find operation. Both Find operations use field A. For example, if I save a series of Find commands using Scriptmaker and run them sequentially using Scriptmaker Perform script, I cannot achieve the desired effect. help if you can. it sounds simple. really it's equivalent to a db filter as you get in dear old MS Works for Mac. tom
September 29, 200124 yr If you are asking how to find multiple values for field A: Enter Find Mode () Set Field (field A, "Dog") New Record/Request set field (field A, "Cat") New Record/Request set field (field A, "Rat") New Record/Request set field (field A, "Hat") Perform Find () -bd
Create an account or sign in to comment