Newbies Ave Posted March 30, 2007 Newbies Posted March 30, 2007 I am creating a membership database and I want try and elimante the creation of duplicate records. What i am trying to do is when the user creates a new record they enter the members email address. If the email address already exists it takes them to the record if it does not exist then it creates a new record. Any suggestions on how I might accomplish this?
Vaughan Posted March 30, 2007 Posted March 30, 2007 You'll need to script the process: put the e-mail address into a global field using a self-join relationship to the global field, see if any records match If they do, display the record; if not, create a new record. In my experience, avoiding duplicates is the HARDEST thing to do, because the process usually slows down data entry and generally gets in the way.
Recommended Posts
This topic is 6509 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