A family of Microsoft relational database management systems designed for ease of use.
That's really kind - thank you :-)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Create PDF in accdb is no problem.
Create PDF in accde crashes after 10 minutes.
Command: DoCmd.OutputTo acOutputReport, , acFormatPDF, strOutputFile, False, , , acExportQualityPrint
At first the DoCmd.OutputTo method runs fine.
But if you do 10 minutes nothing (only opened) and then you try to run DoCmd.OutputTo again, access crashes without error.
It seems like a timer-problem, but there is no timer.
Only by acFormatPDF and only with accde. In a accdb-file all is fine.
It is not a problem of the PDF-Software. I checked several PDF-Software-Products. Additional: Parameter Autostart is false.
So the PDF-Software should do no matter.
It is not a Problem of anti-virus-Software. I checked it also without any anti-virus-Software.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
That's really kind - thank you :-)
Sure:
/runtime "C:\Path\to\your\access-database.accdr"
Heinzi - can you help me with creating a shortcut forcing my accdr to be opened using access runtime 2013 please. Sorry!
Thanks, Heinzi - you've been really helpful :-)
A question - if they have Access 2016 AND 2013 Runtime installed on the office machines, would the .accdr that I supply them with run in Access 2016, or 2013 Runtime?
That depends on which Access version most recently registered itself as the system-wide accdr handler. Usually, this is the Access/Office version which was most recently installed or repaired. Unfortunately, is something that can change suddenly without your intervention (for example, when Windows Update installs a patch for a particular Office version).
Thus, I would strongly recommend to create a shortcut to your application (on the Desktop, in the Start Menu or in the Task Bar, whatever your users prefer) which explicitly starts the Access version you want to use and supplies the path to your accdr file as a parameter.
Best regards
Heinzi