Hello, I'm trying to export a report with OUTPUTTO function with a VB but it gives me an error that goes like this:.
Run-tim error '2024': The report snapshot was not created because you don't have enough free disk space for temporary work files.
This is what I have:
DoCmd.OutputTo acOutputReport, [eomreport], [acFormatSNP], [g:vault\rojas\now()], True
I have more than enough space to run this program.
I also tryed it with a Macro but it gives me the same error.
Can someone Please Help me. Thank you
Run-tim error '2024': The report snapshot was not created because you don't have enough free disk space for temporary work files.
This is what I have:
DoCmd.OutputTo acOutputReport, [eomreport], [acFormatSNP], [g:vault\rojas\now()], True
I have more than enough space to run this program.
I also tryed it with a Macro but it gives me the same error.
Can someone Please Help me. Thank you