A
akroes
Using Access 2000, I want to add a note to certain records of m
database when they are printed so that duplicate prints are not made.
Also serves as a log to say 'well, you printed that on...'. I hav
code that does this, and works fine, but *when* to run it is the issue
I know about the onPrint event, but it fires when the report i
previewed also. I want the users to be able to preview the report, bu
only add the timestamp to the records the report is based on if the
are *really* printed. I can't find an event for that.
I did a long search of the Internet, and I did find a knowledge Bas
article (154894) that does *exactly* what I want, but it is for Acces
97 and older, but it doesn't sem to work properly in 2000 (or the way
implemented it!)
Any ideas? Thanks
database when they are printed so that duplicate prints are not made.
Also serves as a log to say 'well, you printed that on...'. I hav
code that does this, and works fine, but *when* to run it is the issue
I know about the onPrint event, but it fires when the report i
previewed also. I want the users to be able to preview the report, bu
only add the timestamp to the records the report is based on if the
are *really* printed. I can't find an event for that.
I did a long search of the Internet, and I did find a knowledge Bas
article (154894) that does *exactly* what I want, but it is for Acces
97 and older, but it doesn't sem to work properly in 2000 (or the way
implemented it!)
Any ideas? Thanks