S
Stephen sjw_ost
I am using the following to save a snapshot of a report.
DoCmd.OutputTo acReport, "IBSIWS_RECON", "SnapshotFormat(*.snp)",
"G:\OST\RECONDATABASE\ReconArchive\IBSIWS\" & "JAX_IBSIWS_RECON_" &
Format(Now, "mmddyy") & ".snp", False, "", 0
This code follows a print command for the same report. The problem I am
having is when the code gets to this part it gives a runtime error stating
the "Output To" request is not available at this time.
What might be causeing this and how can I correct?
Thanks in advance for any help.
Stephen
DoCmd.OutputTo acReport, "IBSIWS_RECON", "SnapshotFormat(*.snp)",
"G:\OST\RECONDATABASE\ReconArchive\IBSIWS\" & "JAX_IBSIWS_RECON_" &
Format(Now, "mmddyy") & ".snp", False, "", 0
This code follows a print command for the same report. The problem I am
having is when the code gets to this part it gives a runtime error stating
the "Output To" request is not available at this time.
What might be causeing this and how can I correct?
Thanks in advance for any help.
Stephen