Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

i am having a few probs find a way to compare to text fields

i want my users to beable to enter text in to a global field by means of a check box and then have a script that will loop through the records checking for the text or 'checked boxes in another field and remove the text in the second field

does any one now how to do this or have any clues how it might be done

cheers

Walker confused.gif

Posted

In your loop

If ["PatternCount(The Field you want to check, Your Global Field)"]

Set Field ["The field you want to check","Substitute (The field you want to check, Your Global Field, "")

End If

Try on a sample database, or on a single record before you try it on your entire database

HTH

Posted

i have tried, it works great

i had to change each of the fields at the start of the script to have a 'return' at the start and end of the field, to get them to match up and stop any mismatched substitutions

thank you for your help

This topic is 7988 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.