P
PK
Greetings!
I am exporting a report programatically:
DoCmd.OutputTo acReport, [ReportName], "SnapshotFormat(*.snp)", "", True,
"", 0
....and seem to be bumping into a limit on the filename length? (126 total
characters works, 127 total characters does NOT work - error below)
Error recieved:
"The report snapshot was not created because you don't have enough free disk
space for temporary work files"
Is this publised anywhere? Any work-arounds or tips?
TIA for any help!
I am exporting a report programatically:
DoCmd.OutputTo acReport, [ReportName], "SnapshotFormat(*.snp)", "", True,
"", 0
....and seem to be bumping into a limit on the filename length? (126 total
characters works, 127 total characters does NOT work - error below)
Error recieved:
"The report snapshot was not created because you don't have enough free disk
space for temporary work files"
Is this publised anywhere? Any work-arounds or tips?
TIA for any help!