DataPro Posted March 21, 2005 Posted March 21, 2005 When defining a field, you can choose to make it unique, but I have two fields which, by themselves can be duplicates, but combined should be unique. For instance, I have an airport ID number and FBO name (the company that provides fuel, etc.). There can be multiple FBOs for an airport, but only one with the same name. Is there an easy way to stop duplicate records from being created at the time the record is being entered? Also, I need to create a script to show me the existing duplicates. TIA
DataPro Posted March 21, 2005 Author Posted March 21, 2005 When defining a field, you can choose to make it unique, but I have two fields which, by themselves can be duplicates, but combined should be unique. For instance, I have an airport ID number and FBO name (the company that provides fuel, etc.). There can be multiple FBOs for an airport, but only one with the same name. Is there an easy way to stop duplicate records from being created at the time the record is being entered? Also, I need to create a script to show me the existing duplicates. TIA
Oldfogey Posted March 21, 2005 Posted March 21, 2005 Set up a field Combo = auto-enter Airport-ID & FBO-Name. Validate this field for no duplicates - i.e. 'unique'.
Oldfogey Posted March 21, 2005 Posted March 21, 2005 Set up a field Combo = auto-enter Airport-ID & FBO-Name. Validate this field for no duplicates - i.e. 'unique'.
Vaughan Posted March 21, 2005 Posted March 21, 2005 There is an article on this in the TechInfo database. Search for "validate unique calculation" or something similar. http://www.filemaker.com/
Vaughan Posted March 21, 2005 Posted March 21, 2005 There is an article on this in the TechInfo database. Search for "validate unique calculation" or something similar. http://www.filemaker.com/
Recommended Posts
This topic is 7279 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 accountSign in
Already have an account? Sign in here.
Sign In Now