Hi,
I have a Access app that basically loads csv datafiles and creates mailings (letters) based on the csv data and an Access report.
The VBA uses:
DoCMD.OutputTo acOutputReport, "rptLetter", acFormatSNP, "C:\letter.snp",,, acExportQualityPrint
However, some of our users have moved to...