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.
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.