Re: Managing a data list and removing duplicates
- From: RD <progr@xxxxxxxxx>
- Date: Sat, 01 Oct 2005 20:08:08 -0700
Ok, but you still need some kind of criteria by which you define which records
to use. For instance, if you did want to restrict the mailing to one letter per
address, AND the addresses were entered in a uniform way ("22 Pine St." is not
equal to "22 Pine Street"), you could run a "Find Duplicates" query. The point
is, *you* have to come up with a way to tell Access which records to pay
attention to. See what I mean?
Regards,
RD
On Sat, 1 Oct 2005 00:22:01 -0700, Paul Mendlesohn
<PaulMendlesohn@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>I obtain each database list from a dental practice this is something I will
>be doing on a regular basis with new lists of varying types. I will manually
>put the lists into a standardized format.
>It is only imortant that I write to one person at each address so I can sort
>the addresses by post code and first line of address. The other problem is
>that I don't want to write to Mr and Mrs if there is a single parent family.
>It wouldn't matter terribly if more than one person at some addresses
>received a letter, it's just that overall I have 12,000 roecords with 6,000
>dupilcates. Removing most of the duplicates will save a fortune on the
>mailing.
>thanks
>Paul
>"RD" wrote:
>
>> It *is* possible *if* you have a way to tell that the entries are, in fact,
>> members of the same family. At my job I often run into multiple instances of
>> names where the people are *not* related (especially true of Hispanic names).
>> One can do some pretty cool things with code but it can't perform magic or read
>> minds.
>>
>> So, do you have a way to absolutley identify members of the same family?
>>
>> Regards,
>> RD
>>
>> On Thu, 29 Sep 2005 08:07:01 -0700, Paul Mendlesohn
>> <PaulMendlesohn@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>>
>> >I have a list of 12,000 names and addressed. A number of them are duplicates
>> >in that when there is a family there may be two or more members of the same
>> >family. I want to delete any duplicate records and change the remaining
>> >record title to Mr and Mrs, or just Mr or Mrs if there is one carer and the
>> >rest are kids.
>> >Is this possible with Access programming? Does anyone have any code I could
>> >use.
>> >Thanks
>>
>>
.
- Follow-Ups:
- Re: Managing a data list and removing duplicates
- From: Paul Mendlesohn
- Re: Managing a data list and removing duplicates
- Prev by Date: Re: Passing temporary data from textboxes to listbox
- Next by Date: Re: SQL development tool - practice
- Previous by thread: Re: Passing temporary data from textboxes to listbox
- Next by thread: Re: Managing a data list and removing duplicates
- Index(es):
Relevant Pages
|