My problem is that I want to distinguish between a page that's
print-previewed and one that's actually printed. That is, I don't want a
record marked as printed if it's only been through a preview.
Is there any value I can test for in the Detail_Print event to see if
it's an actual print? Or should I use a different approach?
Thanks,
Sidat.
---
To mail me replace '@ail' with '@mail'.
If memory serves, in an earlier thread over in comp.databases.ms-access,
it was reported that the Activate/Deactivate events do not occur in print
mode. Try using a report level flag which you then set to true/false from
these events.
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
Sidat de Silva wrote in message
<70u84s$hnq$2...@reader1.reader.news.ozemail.net>...