NickS Posted March 3, 2005 Share Posted March 3, 2005 I have two fields, one is catagory, and one is class. How can I make a script that would find matching records based on whatever is in those two fields, even if the content of those fields change? Link to comment Share on other sites More sharing options...
aaa Posted March 3, 2005 Share Posted March 3, 2005 Create two global fields: Fined_Category Fined_Class And this script: Set field Fined_Category Category Set field Fined_Class Class Enter Find mode not restore without pause Set field Category Find_category Set Field Class Find_Class Performe Find Link to comment Share on other sites More sharing options...
-Queue- Posted March 3, 2005 Share Posted March 3, 2005 Or just create a relationship between the globals and your category and class fields and use If [not IsEmpty(yourRelationship::serial)] Go to Related Record [show only related; "yourRelationship"] End If Link to comment Share on other sites More sharing options...
NickS Posted March 3, 2005 Author Share Posted March 3, 2005 Would I change my existing fields catagory and class to global or create two additional fields for the script to work? Is the script exact wording that you recommended? Have you heard the indie rock band Guided By Voices? Link to comment Share on other sites More sharing options...
aaa Posted March 4, 2005 Share Posted March 4, 2005 Create two additional. Script steps you choose from window and you will understand how constructe each step. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6596 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