exclude some address labels from printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My access database table has been used to design address labels. How can I
exclude only some of those records being printed?
 
One approach would be to add a Yes/No field to your underlying table and
"turn off" the ones you don't want to use. A simple query will leave those
out - base your report (mailing labels) on the query.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
If your table has one or more fields that can be used as criteria to exclude
certain records, base your label report on a query based on your table with
appropriate criteria.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
Back
Top