G
Guest
Good afternoon, I hope some can assist me.
I am using Access 2000 and have been asked to write a new database based on
below. Although I can understand VB code, I can not write it (but could use
sample code if it was provided)
A user enters a new contact on the system. If the contact name name is
exactly the same, it will be identified as a duplicate record. However Mr D.
Johnson would be seen as different to Mr D Johnson (No full stop). All of
these records are transported into an Access table and that is where I come
in. I have been asked to analyse the records to find duplicate accounts.
However, I can not think how access could do partial matches e.g. Record 1 is
95% like record 2 so it is probably a duplicate record. The other problem
with this is, I would (I ssume) need to check whether the address is also the
same e.g. Address 1, Address 2 etc which again comes down to how some one
might enter lines. Could some please give me some guidance? in terms of
possible code etc
I am using Access 2000 and have been asked to write a new database based on
below. Although I can understand VB code, I can not write it (but could use
sample code if it was provided)
A user enters a new contact on the system. If the contact name name is
exactly the same, it will be identified as a duplicate record. However Mr D.
Johnson would be seen as different to Mr D Johnson (No full stop). All of
these records are transported into an Access table and that is where I come
in. I have been asked to analyse the records to find duplicate accounts.
However, I can not think how access could do partial matches e.g. Record 1 is
95% like record 2 so it is probably a duplicate record. The other problem
with this is, I would (I ssume) need to check whether the address is also the
same e.g. Address 1, Address 2 etc which again comes down to how some one
might enter lines. Could some please give me some guidance? in terms of
possible code etc