Proprius Posted July 7, 2008 Posted July 7, 2008 Hi, In one of my files I have a First Name field and Last Name field. I've had a problem with users frequently creating duplicate records for people, so I'd like it to inform them when they've entered a first and last name combo that is not unique. I wrote a quick calc field (first_name & " " & last_name), but unlike with regular fields I can't find a way to have this data validated. I'm sure there's an easy way to do this but at the moment it eludes me. Thanks!
comment Posted July 7, 2008 Posted July 7, 2008 See if this helps: http://www.fmforums.com/forum/showpost.php?post/204677/
Mike Williamson Posted July 8, 2008 Posted July 8, 2008 Take your calc field and use it to drive a relationship. Call it 'Name by Self Join via Cac' or something like that. Then create a field that counts all records through that relationship. If count is 2 then display a large field "Duplicate" Hope this helps
Proprius Posted July 8, 2008 Author Posted July 8, 2008 Thank you comment, that works perfectly! Thanks again.
Recommended Posts
This topic is 6042 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