Printing (printer) messes up my custom counter

geraldcor

Registered User.
Local time
Today, 21:57
Joined
Jan 26, 2004
Messages
145
After I open the report I am doing from the form, and then attempt to print, the custom counter I am using gets divided by two. I understand it does this because when Access prints it does the whole report again so it is giving me twice the number of entries thereby a smaller average. Is there anyway to get around this. This is kind of an obscure question but any help would be great.
 
What would be the correct event to put my code?
 
geraldcor,

Don't use the Format events, because they can be called
multiple times. Use the DetailPrint event.

Wayne
 

Users who are viewing this thread

Back
Top Bottom