How do I print a select number of address records from Access

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

Guest

I'm trying to print just a select number of records for a mailing that I'm
doing. I can't seem to figure out how to do this. Thanks.
 
I'm trying to print just a select number of records for a mailing that I'm
doing. I can't seem to figure out how to do this. Thanks.

Create a Query based on the table containing the addresses (and perhaps other
tables). View the query's Properties (with the View menu item, or rightclick
the background behind the table icons and select Properties). Set the Top
Values property to the desired number of records.

John W. Vinson [MVP]
 
Hi Robbie6,
In most tables I create, I add a yes/no field which I call "selected".
The ability of marking records (individually or in bulk, via update
queries), in addition of course to selecting records by other criteria via
other queries, comes in quite handy when I want to be able to print, delete,
export the "selected" records.

Gino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top