PC Review


Reply
Thread Tools Rate Thread

Combine Mailing List

 
 
=?Utf-8?B?TUI=?=
Guest
Posts: n/a
 
      10th Jul 2007
I'm creating a mailing list generated by APN numbers/land ownership. Many
property owners own several parcels. How can I combine the files so only one
mailing address is used?

Fields are as follows:
ID
APN #
Owner
Mailing Address
City
Zip

thx
 
Reply With Quote
 
 
 
 
pietlinden@hotmail.com
Guest
Posts: n/a
 
      10th Jul 2007
On Jul 10, 4:40 pm, MB <M...@discussions.microsoft.com> wrote:
> I'm creating a mailing list generated by APN numbers/land ownership. Many
> property owners own several parcels. How can I combine the files so only one
> mailing address is used?
>
> Fields are as follows:
> ID
> APN #
> Owner
> Mailing Address
> City
> Zip
>
> thx


You would have to remove the TractID or whatever identifies the piece
of land, and then you could use a distinct query.

SELECT DISTINCT Owner, [Mailing Address], City, Zip
FROM SomeTable
ORDER BY...


 
Reply With Quote
 
=?Utf-8?B?TUI=?=
Guest
Posts: n/a
 
      11th Jul 2007
Thx!

"(E-Mail Removed)" wrote:

> On Jul 10, 4:40 pm, MB <M...@discussions.microsoft.com> wrote:
> > I'm creating a mailing list generated by APN numbers/land ownership. Many
> > property owners own several parcels. How can I combine the files so only one
> > mailing address is used?
> >
> > Fields are as follows:
> > ID
> > APN #
> > Owner
> > Mailing Address
> > City
> > Zip
> >
> > thx

>
> You would have to remove the TractID or whatever identifies the piece
> of land, and then you could use a distinct query.
>
> SELECT DISTINCT Owner, [Mailing Address], City, Zip
> FROM SomeTable
> ORDER BY...
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need to import my Excel Mailing list into mailing label format. Help with Excel list to mailing labels Microsoft Excel Misc 2 5th Nov 2009 10:16 PM
how do I get mailing list to print mailing labels? =?Utf-8?B?S0lXSUtJRA==?= Microsoft Access External Data 1 4th Apr 2006 12:35 AM
creating a smart mailing list mailing list =?Utf-8?B?S3JvZGdl?= Microsoft Access 2 3rd Mar 2006 04:15 AM
How can I combine 3 separate mailing list? =?Utf-8?B?QmF5bHlueA==?= Microsoft Excel New Users 3 1st Feb 2005 04:53 PM
Mailing using external mailing list (not Contacts) Byrocat Microsoft Outlook Contacts 1 5th Nov 2004 10:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:27 PM.