I have a production access 2002 database thathas been running for about 6 months. I have this line of code that suddenly stopped working:
DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)", _
strPathandFileName
It throws no error when I try to step through the code, it just exits as soon as it hits that line...it worked since the database was created but suddenly stopped. I have made some changes, but all the variables seem oK. I am actually using Lebans OutputTOPDF code, which is where this line is found.
This is very similar to a problem posted on 1/11/2008. I tried the decompile, but the line still does not work.
Help?
Start Free Trial