Mailing list

  • Thread starter Thread starter cantgetit
  • Start date Start date
C

cantgetit

I have created a mailing list and now have to delete some names. This leaves
a blank label when I go to print. Can anyone tell me what I am doing wrong
or how I should be doing this. Christmas cards are going to be very late
this year Thanks in advance
 
If you delete a record, then there's nothing left (of it) to print. If you
just blank out some/all of the fields, then you'll have a blank record
printing. In either case, use a query as the record source of your labels
report. In the query criteria, use "Not Is Null" for the last name and/or
address; this will filter out blank records before printing.
-Ed
 
Back
Top