Selecting Records to Print

G

Greg

I have a continuous form I created from a query that lists only the records
added today. I want to add a check box and allow the user to select which
record(s) they want to print.

How do I do this? I tried adding a print yes/no field to the record, but
it is not updateable in this query.

Greg
The Oft Access Confused
 
C

Cynthia

The yes/no fields can be UNBOUND. And when the user clicks
a CommandButton the print can occur then OR you can have
the CommandButton transfer details of the "YES" fields to
another table (or form) for printing later those
particular records later.
 
Top