Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have patient database with "name" text field and "report" text field.

I need a script or whatever, that notifies me that the new patient "name" was there before and to generate previous reports that i can browse easily in the preview mode.

Thanks

Posted

Create a script that finds all the records that are the same as the one you are creating. If the name field is enough to check for duplicates, you can use a script like this:

Set Variable [$Name; Value: MYTABLE::Name]

Enter Find Mode []

Set Field [MYTABLE::Name; $Name]

Perform Find []

This will locate all of the records in the database with the same name, including the one you are currently entering.

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