March 3, 200520 yr 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?
March 3, 200520 yr 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
March 3, 200520 yr 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
March 3, 200520 yr Author 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?
March 4, 200520 yr Create two additional. Script steps you choose from window and you will understand how constructe each step.
Create an account or sign in to comment