NickS Posted March 3, 2005 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?
aaa Posted March 3, 2005 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
-Queue- Posted March 3, 2005 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
NickS Posted March 3, 2005 Author 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?
aaa Posted March 4, 2005 Posted March 4, 2005 Create two additional. Script steps you choose from window and you will understand how constructe each step.
Recommended Posts
This topic is 7207 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