Printing - Controlling the number of copies of a report

K

K.P. Satish

We are currently developing an application in MS-Access
2002. Kindly provide me a solution for the following
requirement.

A user can preview the report N number of times but can
print the report only twice.

if i use the following command
DoCmd.OpenReport "rptPrintRecord", acViewPreview, , strsql,

the user can preview the record but also print the record
from the preview button any number of times.
I can use acViewNormal to control the number of printouts.
But How can i give a facility where a user can preview the
record N number of times but can print the report only
twice. Seeking help on the above.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top