I am thinking through a db design in my head and one portion has got me a little stumped. The db is an attendance db with an export to an attendance sheet in xl that can be imported back in to access to update the info. My problem comes from if the leader of one of these groups adds a name to the role (which could happen frequently) that name may already exist in tblContacts in the db, but the contactID would not be recorded on the xl sheet (If I exported it, the contactID exists hidden, if they do it, no ID).
Some of this I outlined in a previous post, but I have a different question now. What I am wanting to do is find the best way to find similar records. Keyword is similar, because if someone enters an incorrect spelling of something (be it, first or last name, email or phone) I wouldn't want to create a new record.
I have been researching the Joining of the tables to return unique records, but I guess my questions are do these records need to be a perfect match to show as unique (every field 100% match) and is this a situation where Like would come into play?
Some of this I outlined in a previous post, but I have a different question now. What I am wanting to do is find the best way to find similar records. Keyword is similar, because if someone enters an incorrect spelling of something (be it, first or last name, email or phone) I wouldn't want to create a new record.
I have been researching the Joining of the tables to return unique records, but I guess my questions are do these records need to be a perfect match to show as unique (every field 100% match) and is this a situation where Like would come into play?