A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Find Double Entries



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2004, 03:26 PM
venusasaboy
external usenet poster
 
Posts: n/a
Default Find Double Entries

Hello,

I have started working on an existing database. With somewhat poorly entered data btw. There are a few double/multiple entries, I would like to

A) Find and remove double records (They're not exact duplicates, "Van Damme" instead of "Vandamme" etc.)

B) Prevent new doubles, my inclination is to do this by preventing duplicate social security numbers since all 10 "Robert Smith"'s in the system have different SS#'s. But if you should know a better way, by all means...

Thanks, Jason
  #2  
Old May 20th, 2004, 03:51 PM
venus as a boy
external usenet poster
 
Posts: n/a
Default Oh yeah and...

PS I have 2 columns, last name and first name, I'd like to know how I can do a search of both first and last name. Or just a more efficient method of searching
  #3  
Old May 21st, 2004, 02:38 AM
John Vinson
external usenet poster
 
Posts: n/a
Default Find Double Entries

On Thu, 20 May 2004 07:26:06 -0700, "venusasaboy"
wrote:

Hello,

I have started working on an existing database. With somewhat poorly entered data btw. There are a few double/multiple entries, I would like to

A) Find and remove double records (They're not exact duplicates, "Van Damme" instead of "Vandamme" etc.)

B) Prevent new doubles, my inclination is to do this by preventing duplicate social security numbers since all 10 "Robert Smith"'s in the system have different SS#'s. But if you should know a better way, by all means...

Thanks, Jason


This can be a very timeconsuming and difficult process, and can be all
but impossible to automate: is "Robert Jones" the same person as "Bob
Jones"? how about "Robert V. Jones Jr." at 1223 Maple Avenue - is he
the same person as Robert V. Jones at the same address, or is it his
son? Are you aware that SS#'s are not guaranteed to be unique, that
you cannot by law require them, and that (depending on who's on your
list) they may be forged?

I don't want to be discouraging - but there's a reason that
address-list cleaning services charge high fees.

For ongoing use, you may want to have separate fields for firstname,
lastname, middlename, and suffix, and fields for address or phone
number. Given that names are NOT unique, you may want to have a
multifield unique index. (My friends Fred Brown and Fred Brown no
longer live at the same address but they did for many years).


John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.