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 5341 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I've created a join table of values that represents a set of data unique to a specific employer. I want to validate the names of these values so that they are unique only within a specific employer, not across all employers, and I don't know how to do this.

Posted

Create a text field, set it to auto-enter the employerID and the value, with a separator such as a pipe

employerID & "|" & value

Set this field's validation to be unique. This will prevent a duplicate from being saved, however it is still possible for the user to attempt to add a duplicate.

To prevent this, consider using one of the "dwindling value list" techniques, which removes an option once it has already been entered.

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