Counting the number of times a report is printed

MarionD

Registered User.
Local time
Today, 00:55
Joined
Oct 10, 2000
Messages
425
Good Morning,
I want to count the number of times a report is printed.
I have placed code that increments a field in a table in the Print property of the report footer. The code works fine but the problem is that it also updates the field if the last page of the report is viewed (preview). I only want to know how many times the account is actually printed. Is there a way to achieve this ???
PLEASE???

Marion

Germany
 
I still haven't found a way of doing this !Is it possible?
 
Don't know how to do it from the report's events but one way would be to add the increment code to the print command button, you would obviously have to make a custom toolbar with a custom print button with the code added to cover any printing from the preview.
HTH
 

Users who are viewing this thread

Back
Top Bottom