Jump to content

Find based on current field contents


This topic is 6965 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

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

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

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

This topic is 6965 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.