Marking Record as Printed

  • Thread starter Thread starter Gary.
  • Start date Start date
G

Gary.

What is the best way to mark a record as printed; I will be printing one
record at a time

thanks
 
Gary. said:
What is the best way to mark a record as printed; I will be printing
one record at a time

thanks
If you are printing from a form then adding a "RecordPrinted" yes/no field
and checking it when you are happy is about the easiset way.
It can also be done with an update query and a msgbox.
The advantage of that is the easy way to mark everything printed if you
print a lot of records.
This is always a manual operation for me.
While the modern printer allows reprinting if out of papere and even in the
case of a jam, it still can loose the report occasionally.
 
Back
Top