G
Guest
I have a counter on an Access report that increments when a particular
condition is true at the detail level (using vb code in Detail_Print). I
initialize the counter in Report_Open subroutine. When viewing the report in
preview mode, everything works well with the counter starting at 1 and
incrementing from there. The problem I'm having is that if the user prints
from the report preview screen, the counter on the hard copy report does not
get reinitialized so the hard copy counter starts where the print preview
counter ended. Is there an alternative ON..... subroutine I need to call?
Thanks!
condition is true at the detail level (using vb code in Detail_Print). I
initialize the counter in Report_Open subroutine. When viewing the report in
preview mode, everything works well with the counter starting at 1 and
incrementing from there. The problem I'm having is that if the user prints
from the report preview screen, the counter on the hard copy report does not
get reinitialized so the hard copy counter starts where the print preview
counter ended. Is there an alternative ON..... subroutine I need to call?
Thanks!