Is there a way to differentiate between the action of printing out a report and looking at a report in Print Preview?
I have an OnPrint routine that logs the user and date whenever any reports are generated. Unfortunately, I only want to log users that have printed out the report and not those that print preview the report. By default all my "Print" buttons launch a report in Print Preview so it can be assumed that at some point they will be looking at the document but not printing it. Currently my code for the Print event logs both actions.
As anyone else had a similar problem?
Theresa "Sleep is the best meditation." - Dalai Lama
I have an OnPrint routine that logs the user and date whenever any reports are generated. Unfortunately, I only want to log users that have printed out the report and not those that print preview the report. By default all my "Print" buttons launch a report in Print Preview so it can be assumed that at some point they will be looking at the document but not printing it. Currently my code for the Print event logs both actions.
As anyone else had a similar problem?
Theresa "Sleep is the best meditation." - Dalai Lama