August 10, 200421 yr 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
August 10, 200421 yr 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.
Create an account or sign in to comment