Wiz Bang Computers Posted December 1, 2005 Posted December 1, 2005 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
Raybaudi Posted December 1, 2005 Posted December 1, 2005 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.
Recommended Posts
This topic is 6934 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now