473,397 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Mailing labels


I have a table that has a list of people that I would like to do a
mailing to. The table has the fields First Name, Last Name, House
number, Street name, City, State, ZipCode. What I would like to do is
elimate sending 2 or 3 pieces of mail to the same address. I would
like to have some kind of query that would allow me to identify same
last name, House, Street Name and create one label with Last Name
"Family".

I know how to print the labels, what I dont know if how to take
multiple rows and create one row that has the Last Name and then the
work "Family".

Any one know how to do this?

Thanks,
Doug

Nov 13 '05 #1
2 1578
I'll ignore that you don't have a unique/primary key for your table and have
duplicate and non-normalized records, so suggest that you use a "totals"
query and "Group By" [house#] and [streetname] to get one record per
address. Use the Labels report wizard to setup your labels. The first line
of your label should be an unbound text box with the control source of:

=Trim([Lastname]&" "&"Family" OR ="The"&"
"&Trim([Lastname]&" "&"Family"

-Ed

<do*****@kc.rr.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...

I have a table that has a list of people that I would like to do a
mailing to. The table has the fields First Name, Last Name, House
number, Street name, City, State, ZipCode. What I would like to do is
elimate sending 2 or 3 pieces of mail to the same address. I would
like to have some kind of query that would allow me to identify same
last name, House, Street Name and create one label with Last Name
"Family".

I know how to print the labels, what I dont know if how to take
multiple rows and create one row that has the Last Name and then the
work "Family".

Any one know how to do this?

Thanks,
Doug

Nov 13 '05 #2
Just as a starting thought. I have a number of databases and tend to hold
the Address in 1 table and the names in another table with a foreign key to
AddressID. This allows me to print to Mr & Mrs Smith or A Smith & Family
etc. Prevents problems with slightly different versions of the Address, and
means you only have to type the address once.

Equally, as many of the members in my Club database are local, I hold the
City in another table and State (County) in another table with a StateID as
a foreign key in the City Table and the CityID as a FK in the Address table.
Then I select the City, and the State is automatically inserted. Only useful
if there are a number of duplicates in the City

HTH

Phil
<do*****@kc.rr.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...

I have a table that has a list of people that I would like to do a
mailing to. The table has the fields First Name, Last Name, House
number, Street name, City, State, ZipCode. What I would like to do is
elimate sending 2 or 3 pieces of mail to the same address. I would
like to have some kind of query that would allow me to identify same
last name, House, Street Name and create one label with Last Name
"Family".

I know how to print the labels, what I dont know if how to take
multiple rows and create one row that has the Last Name and then the
work "Family".

Any one know how to do this?

Thanks,
Doug

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Mark V. | last post by:
Here's what I have and I'm stumped. I have a table that has several thousand names and addresses. I only want to send to one address in a household. So what I would like to do is create a new...
0
by: Nothing | last post by:
Is there a module that I can add to Access 2000 or above that I can add so that the end user can do mailing labels on teh fly. I know Access can do mailing labels form teh wizard, but I wanted to...
2
by: Bobbie | last post by:
I am trying to make mailing labels. The zip/postal codes are 9 digits (ex: 40601-0223) I ran a query and put in the input mask 00000/-9999;;_ and it works but when I make the mailing labels and...
3
by: Grim Reaper | last post by:
I print mailing labels out of Access 2000 databases about 3 to 4 times a week. I have been having problems with one thing since I have been printing mailing labels. I print mailing labels by...
3
by: Grim Reaper | last post by:
I know this is probably an easy question, but I could not find/figure it out. Basically, I am printing mailing labels with a "Sorting/Grouping" section that groups the label types together....
2
by: Mikey | last post by:
Sample VB .NET source code to create mailing labels or customized letters using MS Word MailMerge This VB .NET source code will start MS Word and call methods and set properties in MS Word to...
1
by: Ravimama | last post by:
Hi Guys, I have to generate mailing labels for selected addresses using crystal reports. I am loading all the names of the vendors in a checked list box. the user will select a few of the...
7
by: Dave | last post by:
Hi all I have a student database where I would like to be able to print just one mailing label, for the student whose record I am currently accessing on the form. I want to be able to click on...
4
by: Dr Al | last post by:
I have a project which requires the batch import of customer contact information, print mailing labels for those customers who have their date of first letter field in the database set to null, and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.