I've been using this database for years and all of a sudden I am getting an error.
I have not made any changes to the database.
Here is the error.
"There isn't enough memory to perform this operation. Close unneeded programs and try the operation again. "
I believe I have narrowed it down to anywhere in the program that uses the docmd.OutputTo method
This is a split database and only 1 pc is getting the error.
I have checked maxlocksperfile
memory usage for access is only 65mb
remove video card driver(tried again and then reinstalled newer version)
exported all forms and reports with savetotext and then re-imported them
removed and reinstalled adobe reader
tried deleting the registry key for vba and letting it rebuild itself
scandisk
defrag
I don't see any recent windows updates since this problem started today.
Those are the suggestions I found online.
Windows 10 with all lasted updates.
Office 365
Nivida 1660 ti graphics card
32gb ram
I have not made any changes to the database.
Here is the error.
"There isn't enough memory to perform this operation. Close unneeded programs and try the operation again. "
I believe I have narrowed it down to anywhere in the program that uses the docmd.OutputTo method
Code:
DoCmd.OutputTo acOutputReport, "rptProductionOrder", acFormatPDF, strEmailpath & "Production\" & Left(Me.ActiveControl, 6) & " Production.pdf", False
This is a split database and only 1 pc is getting the error.
I have checked maxlocksperfile
memory usage for access is only 65mb
remove video card driver(tried again and then reinstalled newer version)
exported all forms and reports with savetotext and then re-imported them
removed and reinstalled adobe reader
tried deleting the registry key for vba and letting it rebuild itself
scandisk
defrag
I don't see any recent windows updates since this problem started today.
Those are the suggestions I found online.
Windows 10 with all lasted updates.
Office 365
Nivida 1660 ti graphics card
32gb ram
Last edited: