J
John G
Is there any way to have a snapshot file password protected like pdf files
can be? I'm using the following code to save reports as snapshots.
DoCmd.OutputTo acOutputReport, strDocName, acFormatSNP, sPath & _
strTitle & ".SNP", False
This works good for saving reports in snapshot format but I was wondering if
it's possible to include a password.
Thanks for your help.
John G
can be? I'm using the following code to save reports as snapshots.
DoCmd.OutputTo acOutputReport, strDocName, acFormatSNP, sPath & _
strTitle & ".SNP", False
This works good for saving reports in snapshot format but I was wondering if
it's possible to include a password.
Thanks for your help.
John G