Intercept print command

R

Raymond Yeung

Can Access be allowed to intercept print command like Word does by adding a
sub call FilePrint?
Searching through the web, seems like there are 2 ways to acheive this: (1)
Customize the menu bar and add the customize print button; or (2) Create a
Class Module to intercept the report events. Both solutions are specific to
a particular form or report and I am looking for a more generic solution.

Thanks and regards,
Raymond
 
Top