How to automatically enter print time into a field

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

Guest

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
this information to compare in and out times. I'm entering data through a
form and that is set to show when the form is opened but the print time can
vary.

Thanks.
 
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.
 
Back
Top