glenhest53 Posted August 10, 2004 Posted August 10, 2004 How do I check that data in a field has not already been entered in the same field in other records. And then prompt the user that the data already exists. Dave
-Queue- Posted August 10, 2004 Posted August 10, 2004 Either set the field to be 'unique' in the Validation portion of Define Fields or create a self-relationship based on the field, script entry and modification of it, and test if Count(relationship::serial) > 1 after exiting the record.
Recommended Posts
This topic is 7479 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