K
Ken Warthen
I'm using the DoCmd.Output command to create a PDF file of an Access 2007
report. The code seems to be working okay, except the output file only
contains the first two pages of which in most cases is an extensive multipage
report. There is one entry on the second page where all of the field values
are #Error. Any idea on what I might be doing wrong here. The DoCmd code
line follows.
DoCmd.OutputTo ObjectType:=acOutputReport, ObjectName:="User List Report",
OutputFormat:=acFormatPDF, OutputFile:=strPDFName, AutoStart:=False
TIA,
Ken
report. The code seems to be working okay, except the output file only
contains the first two pages of which in most cases is an extensive multipage
report. There is one entry on the second page where all of the field values
are #Error. Any idea on what I might be doing wrong here. The DoCmd code
line follows.
DoCmd.OutputTo ObjectType:=acOutputReport, ObjectName:="User List Report",
OutputFormat:=acFormatPDF, OutputFile:=strPDFName, AutoStart:=False
TIA,
Ken