The best way to do this is to create a table where you record the primary
key values of the records that were printed, along with the batch number of
the print job. This gives you a full history of what was printed when. If
something goes wrong with the print (e.g. paper jam), the user can very
easily reprint the batch.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I need to have the date and time that a report is PRINTED automatically
> entered into a field. I know I can display the time printed but I'm using
[quoted text clipped - 4 lines]
>
> Thanks.