Ouput to PDF problem

S

Steve Hall

I am using Stephen Lebans function ConvertRerportToPDF to ouput an Access
Report to PDF format. It has been working fine for almost a year, then
suddenly quit. I have isolated it to the OutputTo function. It gives no
error, just never returns. The actual line of code is:

DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)",
strPathandFileName

I have debugged and everything looks fine. I have also
decompiled/recompiled.

Any suggestions?

Steve Hall
 
Top