I have a field to store the "date of print" for my records so that i would know whether or not the record has been printed.
My function to store the "date of print" is called when i click the "Print Preview" button on my form which opens a report and display that particular record.
The thing is, very often i only want to preview the report and not physically print the report. So my stored "date of print" is misleading.
Is there any way i can store the date of print only when i physically print out the report?
My function to store the "date of print" is called when i click the "Print Preview" button on my form which opens a report and display that particular record.
The thing is, very often i only want to preview the report and not physically print the report. So my stored "date of print" is misleading.
Is there any way i can store the date of print only when i physically print out the report?