How Do I Print Selected Labels?

Papa445

Registered User.
Local time
Yesterday, 19:00
Joined
Aug 21, 2003
Messages
24
Access 97.

Not sure if this is the right area to post this question in, but here goes....

I want to print mailing labels but I only want to print selected names from my database, not every name in the database.

How do I do this?

Make it simple, please.

Thanks.
 
Select labels

You can use a query that only includes those records your want to print labels for.
The question here is how you want to make the selection, is it random, all people in a particular city or what?
Once that has been determined the next step is how to make the selection.
It can be done in a form as well as on the query it self.
 
RE; Printing selected labels

Each record in my form has a yes/no checkbox. I want to print only the records that have a checkmark in the box.

Thanks.
 
Labels

Attached to this post is a little database I made.
It demonstrates what you want.
Look at the record source for the LabelReport.

Good Luck.
 

Attachments

I'm continualy amazed at the wealth of knowledge on this board, many thanks. Tim
 

Users who are viewing this thread

Back
Top Bottom